Browse Source

added special python syntax highlighting

master
Juni Kim 2 years ago
parent
commit
2f5ab1fc79
  1. 2
      lsp.vimrc

2
lsp.vimrc

@ -51,6 +51,8 @@ endif
call plug#begin()
Plug 'vim-python/python-syntax'
Plug 'catppuccin/vim'
Plug 'lifepillar/vim-solarized8'
Plug 'morhetz/gruvbox'

Loading…
Cancel
Save