Async fixes
This commit is contained in:
parent
04ac2060e9
commit
02862ee691
11 changed files with 37 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
if exists("s:loaded")
|
||||
if exists("g:nvim_nim_ftdetect_loaded")
|
||||
finish
|
||||
endif
|
||||
let s:loaded = 1
|
||||
let g:nvim_nim_ftdetect_loaded = 1
|
||||
|
||||
au BufNewFile,BufRead *.nim setlocal filetype=nim
|
||||
au BufNewFile,BufRead *.nims setlocal filetype=nims
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue