Nvim: enable filetype.lua
This commit is contained in:
parent
4f2c3b5e7e
commit
de518419ce
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ o.splitright = true
|
||||||
o.ignorecase = true
|
o.ignorecase = true
|
||||||
o.smartcase = true
|
o.smartcase = true
|
||||||
|
|
||||||
|
-- Enable filetype.lua
|
||||||
|
g.do_filetype_lua = 1
|
||||||
|
g.did_load_filetypes = 0
|
||||||
|
|
||||||
-- Use mouse
|
-- Use mouse
|
||||||
o.mouse = 'a'
|
o.mouse = 'a'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue