diff --git a/neovim/init.vim b/neovim/init.vim index 1cae7db..ced1064 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -292,6 +292,7 @@ autocmd FileType ruby setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType typescript.tsx setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType typescript setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab +autocmd FileType proto setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType markdown setlocal commentstring= autocmd FileType hoon setlocal commentstring=::%s