Neovim, filetype to string from boolean

This commit is contained in:
Julia Lange 2024-05-27 01:55:38 -07:00
parent 68eb6fe380
commit eb5a9f8d1d
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto

View file

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