i forgot to enable

This commit is contained in:
spinach 2024-02-27 13:54:19 -05:00
parent 8c92f2d371
commit 2f604b9c15

View File

@ -6,7 +6,9 @@ require('filetype')
-- prevent cursor override -- prevent cursor override
vim.cmd('set guicursor=') vim.cmd('set guicursor=')
vim.cmd('let g:do_filetype_lua=1')
-- basic settings -- basic settings
-- vim.cmd('filetype plugin indent on')
vim.cmd('filetype plugin indent on') vim.cmd('filetype plugin indent on')
vim.cmd('set ts=4 sts=4 sw=4 expandtab') vim.cmd('set ts=4 sts=4 sw=4 expandtab')