Correctly set nix comments.
This commit is contained in:
parent
f942dc9a6c
commit
d85201c7d4
2
vimrc
2
vimrc
@ -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': {
|
||||||
|
Loading…
Reference in New Issue
Block a user