diff options
author | Chris <[email protected]> | 2020-08-03 20:52:44 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-03 20:52:44 -0400 |
commit | 4395fe9403937a9dd6c79867a597dc89be821c34 (patch) | |
tree | d13ef3d3692931d5c848ec29b89ee01ceb79430f /init.vim | |
parent | af7eadb7ac71c7bc4e515dd56e5c67dc77fcd488 (diff) |
Adding Java syntax highlighting (thanks king Dan) and updating rainbow parens
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,7 +24,6 @@ else source $HOME/.config/nvim/themes/airline.vim source $HOME/.config/nvim/plug-config/rnvimr.vim source $HOME/.config/nvim/plug-config/fzf.vim - "source $HOME/.config/nvim/plug-config/nerd-commenter.vim switching to vim-commentary source $HOME/.config/nvim/plug-config/vim-commentary.vim source $HOME/.config/nvim/plug-config/rainbow.vim source $HOME/.config/nvim/plug-config/codi.vim @@ -40,7 +39,6 @@ else source $HOME/.config/nvim/plug-config/floaterm.vim source $HOME/.config/nvim/plug-config/vista.vim luafile $HOME/.config/nvim/lua/plug-colorizer.lua - " source $HOME/.config/nvim/plug-config/easymotion.vim endif " Experimental @@ -53,4 +51,4 @@ let g:polyglot_disabled = ['csv'] " Python " https://realpython.com/python-debugging-pdb/ " breakpoint syntax is really cool " also look into profiling as well -" let g:python_highlight_all=1 +let g:python_highlight_all=1 |