[vim] nvim toggle
This commit is contained in:
parent
5707bc4246
commit
4596218aa5
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
filetype detect
|
if has('nvim')
|
||||||
|
filetype on
|
||||||
|
else
|
||||||
|
filetype detect
|
||||||
|
endif
|
||||||
|
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue