srctree

Gregory Mullen parent 3635d61c 4740d8c0
added default nocul, cul is added in insert mode

.config/nvim/init.vim added: 2, removed: 2, total 0
@@ -40,7 +40,6 @@ Plug 'neovim/nvim-lspconfig'
 
call plug#end()
 
set termguicolors
set nocompatible " disable compatibility to old-time vi
set showmatch " show matching
set ignorecase " case insensitive
@@ -53,6 +52,7 @@ set wildmode=longest,list " get bash-like tab completions
set mouse=a " enable mouse click
set clipboard=unnamedplus " using system clipboard
set ttyfast " Speed up scrolling in Vim
set nocul
" set spell " enable spell check (may need to download language package)
" set noswapfile " disable creating swap file
set backupdir=~/.cache/nvim " Directory to store backup files.