Nerdtree fix

This commit is contained in:
Devon Tingley 2022-05-13 09:00:27 -04:00
parent 6796da1274
commit 920e5d45dd
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,7 @@ set -x CHROME_EXECUTABLE /usr/bin/chromium
set -x EDITOR /usr/bin/nvim
fish_add_path ~/.cargo/bin
fish_add_path ~/.yarn/bin
if [ $hostname = "Arcadia-III" ]
set -x GDK_SCALE 2

View file

@ -1,3 +1,5 @@
set nocompatible
call plug#begin('~/.local/share/nvim/plugged')
Plug 'vim-airline/vim-airline'
Plug 'morhetz/gruvbox'
@ -17,7 +19,8 @@ set splitright splitbelow
set scrolloff=10
tnoremap <Esc> <C-\><C-n>
nmap <C-O> :NERDTreeToggle<CR>
nmap <C-f> :NERDTreeToggle<CR>
let NERDTreeQuitOnOpen=3
command TMK w | call system("latexmk -pdf " . expand("%")) | call system("latexmk -c")
command Shh set nonu norelativenumber scl=no