Neovim, filetype to string from boolean
This commit is contained in:
parent
d5103a2cc9
commit
3fc9d9fb08
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
vim.g.mapleader = ' '
|
vim.g.mapleader = ' '
|
||||||
vim.g.maplocalleader = ' '
|
vim.g.maplocalleader = ' '
|
||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
vim.bo.filetype = true
|
vim.bo.filetype = "on"
|
||||||
vim.opt.updatetime = 300
|
vim.opt.updatetime = 300
|
||||||
|
|
||||||
-- Indentations
|
-- Indentations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue