From 18af397ed58b92ff9b406ad1ae93cafda5f4267c Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 4 Feb 2020 21:50:13 -0800 Subject: [PATCH] neovim: Add hoon syntax highlighting --- neovim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neovim/init.vim b/neovim/init.vim index 5eb9604..2fdac6d 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -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= +autocmd FileType hoon setlocal commentstring=::%s set secure