Try fixing mom groff syntax
This commit is contained in:
parent
3efff08d4a
commit
4c1cbef24f
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
autocmd BufRead,BufNewFile *.mom set filetype=mom
|
||||
autocmd BufRead,BufNewFile *.mom setfiletype mom
|
||||
|
|
1
vimrc
1
vimrc
|
@ -119,6 +119,7 @@ if has('eval')
|
|||
let g:netrw_liststyle=3
|
||||
let g:netrw_sort_sequence='[\/]$,*'
|
||||
let g:netrw_winsize=-28
|
||||
let g:nroff_is_groff=1
|
||||
let g:org_indent=0
|
||||
let g:org_tag_column=78
|
||||
let g:tempus_enforce_background_color=1
|
||||
|
|
Loading…
Reference in a new issue