Use filetype.nvim for now instead of filetype.lua for now since it

stopped working
This commit is contained in:
Marko Korhonen 2022-07-25 16:23:26 +03:00
parent 0dd8c5c44d
commit 99adba52d3
2 changed files with 3 additions and 4 deletions

View file

@ -48,10 +48,6 @@ o.splitright = true
o.ignorecase = true
o.smartcase = true
-- Enable filetype.lua
g.do_filetype_lua = 1
g.did_load_filetypes = 0
-- Use mouse
o.mouse = 'a'