updated i3 and .vimrc

This commit is contained in:
Rawley 2022-03-19 17:40:20 +00:00
parent 325593ed94
commit 7a1b4587c0
2 changed files with 26 additions and 14 deletions

5
.vimrc
View file

@ -42,8 +42,3 @@ nmap <S-w> :NERDTreeToggle<cr>
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
inoremap <expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<S-Tab>"
inoremap <expr> <cr> pumvisible() ? "\<Tab>" : "\<cr>"
if filetype?=="clojure"
call RainbowParenthesesToggle
call RainbowParenthesesLoadRound
call RainbowParenthesesLoadSquare
endif