Use filetype.nvim for now instead of filetype.lua for now since it
stopped working
This commit is contained in:
parent
910c15fd42
commit
565b902df1
2 changed files with 3 additions and 4 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue