summaryrefslogtreecommitdiff
path: root/.vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/.vimrc')
-rw-r--r--.vim/.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/.vimrc b/.vim/.vimrc
index df14ce1..b2ca834 100644
--- a/.vim/.vimrc
+++ b/.vim/.vimrc
@@ -30,6 +30,9 @@ Plug 'digitaltoad/vim-pug', { 'for': ['jade', 'pug'] } " Pug: Filetype detec
Plug 'bfrg/vim-cpp-modern', { 'for': ['c', 'cpp'] } " C/C++: Better syntax highlighting
Plug 'itchyny/vim-haskell-indent', { 'for': 'haskell' } " haskell: Adds identation
Plug 'vim-scripts/syntaxhaskell.vim', { 'for': 'haskell' } " haskell: Better syntax highlighting
+Plug 'AndrewRadev/id3.vim'
+
+Plug 'https://gitlab.com/Syndamia/texty-office.vim'
call plug#end()