Skip to content

Commit

Permalink
feat: improve indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Nice committed Jan 3, 2021
1 parent 7c93dd0 commit 8a5730f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/init/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ let g:coc_global_extensions = ['coc-tsserver',
let mapleader = "\<Space>"

set clipboard^=unnamed,unnamedplus
set tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab
set expandtab softtabstop=2 shiftwidth=2 smarttab
set autoindent smartindent
set nopaste
set number
set mouse=a
Expand Down

0 comments on commit 8a5730f

Please sign in to comment.