mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16:39:42 -04:00
minor
This commit is contained in:
parent
1a2125ef35
commit
8d45bf9036
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue