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