neovim: Add hoon syntax highlighting
This commit is contained in:
parent
a9e63c369e
commit
18af397ed5
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ Plug 'tpope/vim-abolish'
|
|||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'urbit/hoon.vim'
|
||||
Plug 'vim-ruby/vim-ruby'
|
||||
Plug 'vim-python/python-syntax'
|
||||
call plug#end()
|
||||
|
|
@ -269,6 +270,7 @@ autocmd FileType typescript setlocal ts=2 sts=2 sw=2 expandtab
|
|||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||
|
||||
autocmd FileType markdown setlocal commentstring=<!--%s-->
|
||||
autocmd FileType hoon setlocal commentstring=::%s
|
||||
|
||||
set secure
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue