File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66" By: roblabla </var/spool/mail/roblabla> +#+ +:+ +#+ "
77" +#+#+#+#+#+ +#+ "
88" Created: 2015/06/12 16:53:14 by roblabla #+# #+# "
9- " Updated: 2015/11/29 11:07:15 by roblabla ### ########.fr "
9+ " Updated: 2015/12/04 13:54:32 by roblabla ### ########.fr "
1010" "
1111" **************************************************************************** "
1212
@@ -59,13 +59,16 @@ set foldlevelstart=20
5959set encoding = utf8
6060
6161" Language config
62- autocmd FileType c set noexpandtab shiftwidth = 4 softtabstop = 4
63- autocmd FileType coffee set expandtab shiftwidth = 2 softtabstop = 2
64- autocmd FileType html set expandtab shiftwidth = 2 softtabstop = 2
65- autocmd FileType hbs set expandtab shiftwidth = 2 softtabstop = 2
66- autocmd FileType javascript set expandtab shiftwidth = 2 softtabstop = 2
67- autocmd FileType jade set expandtab shiftwidth = 2 softtabstop = 2
68- autocmd FileType json set expandtab shiftwidth = 2 softtabstop = 2
62+ autocmd FileType c setl noexpandtab shiftwidth = 4 softtabstop = 4
63+ autocmd FileType coffee setl expandtab shiftwidth = 2 softtabstop = 2
64+ autocmd FileType html setl expandtab shiftwidth = 2 softtabstop = 2
65+ autocmd FileType hbs setl expandtab shiftwidth = 2 softtabstop = 2
66+ autocmd FileType javascript setl expandtab shiftwidth = 2 softtabstop = 2
67+ autocmd FileType jade setl expandtab shiftwidth = 2 softtabstop = 2
68+ autocmd FileType json setl expandtab shiftwidth = 2 softtabstop = 2
69+ if has (" nvim" )
70+ autocmd TermOpen * setl nolist
71+ endif
6972let asmsyntax= " nasm"
7073
7174" Space Leader !
You can’t perform that action at this time.
0 commit comments