diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2017-08-16 23:00:26 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2017-08-16 23:00:26 +0200 |
commit | c7edf66771801d69445f1206d43dcaee825d54b7 (patch) | |
tree | 23eb045a7b36a3d712b81f3615ec708f9a536b85 | |
parent | 971f1ca2e63193a871229535ecf136b07fdcf2c5 (diff) |
Change init.vim config:
- Desert colorscheme
- show matching parenthesis
-rw-r--r-- | nvim/nvim/init.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim index cb90fab..507aa4c 100644 --- a/nvim/nvim/init.vim +++ b/nvim/nvim/init.vim @@ -34,7 +34,7 @@ set termguicolors set background=dark " Set default colorscheme but dark comments -> Torte -colorscheme torte +colorscheme desert " Show trailing spaces set list lcs=trail:·,tab:»· @@ -81,6 +81,8 @@ nnoremap <F2> :call TrimWhiteSpace()<CR> set tabstop=4 softtabstop=0 expandtab shiftwidth=4 set autoindent +" Show matching parenthesis and brackets on close +set showmatch " SEARCH |