This commit is contained in:
Bryan Ramos 2023-08-11 13:26:09 -04:00
parent 1a2125ef35
commit 8d45bf9036

View file

@ -12,6 +12,10 @@ vim.cmd([[
autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4 autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4
]]) ]])
vim.cmd([[
autocmd FileType haskell setlocal tabstop=4 shiftwidth=4 softtabstop=4
]])
vim.opt.ignorecase = true vim.opt.ignorecase = true
vim.opt.smartcase = true vim.opt.smartcase = true