aboutsummaryrefslogtreecommitdiff
path: root/core/globals.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-10-04 19:32:14 +0800
committerjdhao <jdhao@hotmail.com>2022-10-04 19:34:20 +0800
commitd40d87cb61a723104bbdd0dac533a16ed42eaf4f (patch)
tree5b5cea8ffce4d39af1c357b1cec712ab4311504e /core/globals.lua
parent81663c8f3c5e23b4a6bd3942b3f0f0193241610a (diff)
nvim 0.8 update
Diffstat (limited to 'core/globals.lua')
-rw-r--r--core/globals.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/globals.lua b/core/globals.lua
index 56c5b19..9dbd09c 100644
--- a/core/globals.lua
+++ b/core/globals.lua
@@ -47,10 +47,6 @@ if not vim.g.is_mac then
vim.cmd [[language en_US.utf-8]]
end
--- use filetype.lua instead of filetype.vim
-vim.g.do_filetype_lua = 1
-vim.g.did_load_filetypes = 0
-
-- Disable loading certain plugins
-- Whether to load netrw by default, see https://github.com/bling/dotvim/issues/4