diff --git a/homeConfig/modules/neovim/config/lazyvim/lua/config/options.lua b/homeConfig/modules/neovim/config/lazyvim/lua/config/options.lua index 37e2f17..84a1598 100644 --- a/homeConfig/modules/neovim/config/lazyvim/lua/config/options.lua +++ b/homeConfig/modules/neovim/config/lazyvim/lua/config/options.lua @@ -11,6 +11,7 @@ vim.opt.smartindent = true vim.cmd([[ autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4 autocmd FileType haskell setlocal tabstop=4 shiftwidth=4 softtabstop=4 + autocmd FileType purescript setlocal tabstop=4 shiftwidth=4 softtabstop=4 ]]) vim.opt.ignorecase = true