Neovim, filetype to string from boolean

This commit is contained in:
Julia Lange 2024-05-27 01:55:38 -07:00
parent d5103a2cc9
commit 3fc9d9fb08

View file

@ -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