19 lines
247 B
VimL
19 lines
247 B
VimL
" :help nvim-from-vim
|
|
" :checkhealth
|
|
colorscheme darkblue
|
|
syntax on
|
|
|
|
set background=dark
|
|
set hlsearch
|
|
set ignorecase
|
|
set incsearch
|
|
set mouse=a
|
|
set number
|
|
set relativenumber
|
|
set scrolloff=2
|
|
set shiftwidth=2
|
|
set smartcase
|
|
|
|
set nowrap
|
|
set nowrapscan
|