updated home.nix vimrc

This commit is contained in:
coast 2025-05-31 06:12:08 +03:30
parent 9eb7662c90
commit 99c7917df3

View file

@ -130,6 +130,7 @@ PS1='\[\e[38;2;254;128;25m\][\[\e[38;2;235;219;178m\]\u\[\e[38;2;200;200;200m\]@
set incsearch
set autoindent
set expandtab
map <F^> :setlocal spell! spelllang=en_us<CR>
nnoremap <C-n> :NERDTreeToggle<CR>
call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-sensible'