1
0
Fork 0

Update '.config/nvim/init.vim'

This commit is contained in:
MGislv 2021-10-17 16:34:33 +00:00
parent 0ad5e21af5
commit c18f8b0309
1 changed files with 4 additions and 3 deletions

View File

@ -10,12 +10,13 @@ set laststatus=2
let g:lightline = {
\ 'colorscheme': 'nord',
\ }
set number
colorscheme nord
let g:nord_italic_comments = 1
let g:nord_italic = 1
set nocompatible
filetype plugin on
set number
set showcmd
set path+=**
set wildmenu
set wildmenu