mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
[vim] more atomo
This commit is contained in:
parent
887624bac2
commit
5b1f1884d0
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -233,6 +233,8 @@ if has('autocmd')
|
|||
autocmd BufRead,BufNewFile *.mm set filetype=noweb
|
||||
autocmd BufRead,BufNewFile *.scala set filetype=scala
|
||||
autocmd BufRead,BufNewFile *.proto setfiletype proto
|
||||
autocmd BufNewFile,BufRead *.atomo set ft=atomo
|
||||
autocmd BufNewFile,BufRead *.atomo setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2 commentstring=--\ %s
|
||||
endif
|
||||
|
||||
" make tab reindent in normal mode
|
||||
|
|
Loading…
Add table
Reference in a new issue