WIP
This commit is contained in:
parent
d07c351677
commit
d8d84209c6
7 changed files with 142 additions and 44 deletions
|
|
@ -6,7 +6,8 @@ let s:loaded = 1
|
|||
au BufNewFile,BufRead *.nim set filetype=nim
|
||||
au BufNewFile,BufRead *.nims set filetype=nims
|
||||
|
||||
let g:nvim_nim_enable_highlighter = 0
|
||||
let g:nvim_nim_highlighter_enable = 1
|
||||
let g:nvim_nim_highlighter_semantic = 1
|
||||
let g:nvim_nim_enable_async = 1
|
||||
let g:nvim_nim_highlight_builtin = 1
|
||||
let g:nvim_nim_highlight_use_unite = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue