feat: add graphviz-dot-mode

This commit is contained in:
Aly Sewelam
2025-11-20 15:19:36 +02:00
parent 69d798d1b8
commit b50c8c315d
3 changed files with 7 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ call plug#begin('~/.vim/plugged')
" I don't need NERDTree
Plug 'ctrlpvim/ctrlp.vim'
Plug 'tpope/vim-fugitive'
Plug 'gergap/vim-ollama'
" Make things look pretty
Plug 'morhetz/gruvbox'
Plug 'vim-airline/vim-airline-themes'