From 3fba23b19fe544ec98d34262e855d5d065d54928 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 9 Aug 2021 18:38:22 -0700 Subject: [PATCH] nvim: Set proto indent to 2 --- neovim/init.vim | 1 + 1 file changed, 1 insertion(+) 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