Correctly set nix comments.

This commit is contained in:
Gabriel Ebner 2015-03-14 10:12:28 +01:00
parent f942dc9a6c
commit d85201c7d4
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -124,6 +124,8 @@ let g:haskell_conceal = 0
au syntax tex setl iskeyword+=: au syntax tex setl iskeyword+=:
let g:syntastic_tex_checkers=['lacheck'] let g:syntastic_tex_checkers=['lacheck']
call tcomment#DefineType('nix', '# %s')
" better paragraph object for tex files FIXME " better paragraph object for tex files FIXME
call textobj#user#plugin('latexparagraph', { call textobj#user#plugin('latexparagraph', {
\ 'paragraph': { \ 'paragraph': {