nvim: Fix Lazy's ft breaking syntax plugins

Must exclude "syntax on" before loading Lazy

See folke/lazy.nvim#775
This commit is contained in:
hedy 2023-07-02 09:19:48 +08:00
parent 4b8dfad834
commit 2180073cd5
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ vim.opt.completeopt = { "menuone", "noinsert", "noselect", "preview" }
vim.cmd [[
filetype plugin on
filetype indent on
syntax on
]]
require('lazy').setup('plugin_spec', {