This website requires JavaScript.
Explore
Help
Sign In
keanucode
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/keanuplayz/dotfiles.git
synced
2024-08-15 02:33:12 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
aeee5f485f
dotfiles
/
nvim
/
lib
/
languages
/
yaml.vim
4 lines
64 B
VimL
Raw
Normal View
History
Unescape
Escape
[nvim] add IDE mode switch
2019-06-20 23:27:47 +00:00
if
!
g
:
vim_ide
|
finish
|
endif
finally, after 3 months of intense Vimscript programming and Vim-fu learning, I've finished my Neovim config
2019-04-21 11:42:15 +00:00
let
g
:
coc_filetypes
+
=
[
'yaml'
]
Reference in a new issue
Copy permalink