From: Armaan Bhojwani Date: Sun, 21 Nov 2021 15:21:19 +0000 (-0500) Subject: nvim: add comments X-Git-Url: https://git.armaanb.net/?p=dotfiles.git;a=commitdiff_plain;h=0b1c33e891c2bef55e6d28b105e7a57a1aa575ba nvim: add comments --- diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 718707f..602038e 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -1,8 +1,10 @@ +" General settings set mouse=a set undofile set textwidth=80 map Q +" Plugins call plug#begin() Plug 'ap/vim-css-color' " Highlight css colors Plug 'ctrlpvim/ctrlp.vim' " Fuzzy file finding @@ -16,12 +18,15 @@ Plug 'tpope/vim-speeddating' " Modify dates with C-a, C-x Plug 'tpope/vim-surround' " Easily modify sorrounding characters call plug#end() +" Colorscheme set termguicolors colorscheme hima +" Easier split movement nnoremap nnoremap nnoremap nnoremap +" Clear search highlighting nnoremap :noh