diff --git a/home/.config/nvim/server.vim b/home/.config/nvim/server.vim index d5a205f..76d8432 100644 --- a/home/.config/nvim/server.vim +++ b/home/.config/nvim/server.vim @@ -30,10 +30,7 @@ command! CopyFilename :let @+=@% filetype on " required! filetype plugin indent on " Automatically detect file types. -" set selection=exclusive " Do not inlcude char under cursor while doing visual selection -set mouse=a set history=1000 " Store a ton of history (default is 20) -set spell " Spell checking on set hidden " Allow buffer switching without saving set noswapfile set title @@ -129,6 +126,9 @@ set scrolloff=0 " Minimum lines to keep above and below cursor set list " }}} +" Press in insert mode to toggle paste mode +set pastetoggle= + " for JS {{{ let g:html_indent_inctags = "html,body,head,tbody" let g:html_indent_script1 = "inc"