feat: add graphviz-dot-mode
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -644,3 +644,8 @@
|
||||
(setq epa-pinentry-mode 'loopback)
|
||||
;; projects and stuff
|
||||
(setq projectile-project-search-path '("~/Code/"))
|
||||
|
||||
(after! org-babel
|
||||
(add-to-list 'org-src-lang-modes '("dot" . graphviz-dot))
|
||||
(setq org-src-lang-modes (remove '("dot" . fundamental) org-src-lang-modes))
|
||||
)
|
||||
|
||||
@@ -76,3 +76,4 @@
|
||||
(package! auctex :pin "86b2397abdc20a638e5751251026727bc6282022")
|
||||
(package! ellama)
|
||||
(package! mpdel)
|
||||
(package! graphviz-dot-mode)
|
||||
|
||||
Reference in New Issue
Block a user