From 5cfb53806302f2e27a6bfa261392b75589f5e686 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 5 Oct 2021 15:18:12 -0700 Subject: [PATCH] updated nvim config --- nvim/init.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index a8a4a378..a2160268 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -24,7 +24,6 @@ Plug 'HerringtonDarkholme/yats.vim' " TS Syntax " Initialize plugin system call plug#end() - inoremap jk nmap :NERDTreeToggle @@ -57,7 +56,6 @@ let g:NERDTreeGitStatusWithFlags = 1 "\ "Ignored" : "#808080" "\ } - "let g:NERDTreeIgnore = ['^node_modules$'] " vim-prettier @@ -83,6 +81,7 @@ noremap k (v:count == 0 ? 'gk' : 'k') "set relativenumber set number +set cursorline set ttyfast set mouse=a set autoindent