feat: latest nvim setup
This commit is contained in:
@@ -10,6 +10,11 @@ set tabstop=4
|
||||
set smartindent
|
||||
set backspace=indent,eol,start
|
||||
|
||||
set colorcolumn=81
|
||||
"hi ColorColumn ctermbg=lightgrey guibg=lightgrey
|
||||
set textwidth=80
|
||||
set wrap
|
||||
set linebreak
|
||||
|
||||
set autoread " Set to auto read when a file is changed from the outside
|
||||
set path+=**
|
||||
@@ -20,14 +25,10 @@ set wildoptions=pum
|
||||
set wildignore+=*/tmp/*,*.so,*.swp,*.zip
|
||||
set wildignore+=*\\tmp\\*,*.exe
|
||||
|
||||
set number
|
||||
set number ruler
|
||||
set showmatch
|
||||
set ruler
|
||||
set wrap
|
||||
set showbreak=↳\ \
|
||||
set hidden
|
||||
set backspace=indent,eol,start
|
||||
set hlsearch
|
||||
set noswapfile
|
||||
set mouse= "remove mouse
|
||||
@@ -39,7 +40,6 @@ set laststatus=1
|
||||
set t_Co=256
|
||||
let &t_ut=''
|
||||
|
||||
set colorcolumn=81
|
||||
"hi ColorColumn ctermbg=lightgrey guibg=lightgrey
|
||||
|
||||
" Show bad whitespace in an obvious but not obnoxious color
|
||||
|
||||
Reference in New Issue
Block a user