Add more settings to neovim

This commit is contained in:
Victor Timofei 2021-04-10 00:18:43 +03:00
parent ef4ba869da
commit 0d2892ed46
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ filetype on "detect files based on type
filetype plugin on "when a file is edited its plugin file is loaded filetype plugin on "when a file is edited its plugin file is loaded
filetype indent on "maintain indentention filetype indent on "maintain indentention
set nu "enable line numbers set nu "enable line numbers
set relativenumber "relative line numbers
set colorcolumn=100 "display a colored column at 100 chars
highlight ColorColumn ctermbg=0 guibg=morning
" ------------------------------------------------------------------------------------------------- " -------------------------------------------------------------------------------------------------
" coc.nvim default settings " coc.nvim default settings