summaryrefslogtreecommitdiff
path: root/after/plugin
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-13 20:21:43 -0400
committerseth <[email protected]>2024-07-14 13:47:39 -0400
commit8c76161eb8cf752c00a65cccccd381fb3bc5955d (patch)
tree585ee4f939902150621bfa4ab855a7a742f10698 /after/plugin
parentf5f52d704f17a31aaa6542cb9957b6443c2a5633 (diff)
factor out vim.{opt,g}
Diffstat (limited to 'after/plugin')
-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",
}