1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

nvim 0.8 update

This commit is contained in:
jdhao
2022-10-04 19:32:14 +08:00
parent 81663c8f3c
commit d40d87cb61
4 changed files with 7 additions and 15 deletions

View File

@@ -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