commit 963c2b38424449896ae7a9849ef921aba2343eb9 parent b4d0e9696b3677b240975ab6eea3747526283cbf Author: gearsix <gearsix@tuta.io> Date: Sun, 20 Jun 2021 21:22:32 +0100 changed tabbing in nvimrc Diffstat:
M | src/nvimrc | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/nvimrc b/src/nvimrc @@ -31,8 +31,8 @@ "3. SPACES & TABS set tabstop=4 "number of visual spaces per tab - "set softtabstop=4 "number of spaces in a tab when editing - "set shiftwidth=4 "number of spaces when shifting a visual block + set softtabstop=4 "number of spaces in a tab when editing + set shiftwidth=4 "number of spaces when shifting a visual block "set expandtab "tabs to spaces "4. UI @@ -76,7 +76,6 @@ ",! = Vexplore nnoremap <leader>! :Vex<CR> - "9. netrw let g:netrw_liststyle = 3 "tree view