summaryrefslogtreecommitdiff
path: root/after/plugin/globals.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/globals.lua')
-rw-r--r--after/plugin/globals.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/after/plugin/globals.lua b/after/plugin/globals.lua
index f2d5650..5da584b 100644
--- a/after/plugin/globals.lua
+++ b/after/plugin/globals.lua
@@ -1,4 +1,4 @@
--- for deno's lsp
-vim.g.markdown_fenced_languages = {
+vim.g.mapleader = ","
+vim.g.do_filetype_lua = {
"ts=typescript",
}