aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins.vim
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2023-06-19 08:59:16 +0200
committerOxbian <got.dacs@slmail.me>2023-06-19 08:59:16 +0200
commit9c946f8f786137aeabfe005f2865043183838876 (patch)
treefa333454e62eb5f5fc6f258429330729569eb59c /.vim/plugins.vim
parenta46c3ec3ec35d6c68f6fdfeaae92c8af043f9db8 (diff)
downloadvimrc-9c946f8f786137aeabfe005f2865043183838876.tar.gz
vimrc-9c946f8f786137aeabfe005f2865043183838876.zip
Adding snippets engine
Diffstat (limited to '.vim/plugins.vim')
-rw-r--r--.vim/plugins.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index b873d58..d881f6a 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -27,6 +27,10 @@ Plug 'airblade/vim-gitgutter' " Git diff
" Autocompletion, linter, syntax
Plug 'dense-analysis/ale' " Swiss-knife for all this
+" Snippets
+Plug 'hrsh7th/vim-vsnip'
+Plug 'rafamadriz/friendly-snippets'
+
call plug#end()
filetype plugin indent on " Allow filetype detection, plugins, indentation
@@ -106,3 +110,5 @@ autocmd BufEnter * if bufname('#') =~ 'NERD_tree_\d\+' && bufname('%') !~ 'NERD_
autocmd BufEnter * if bufname('#') =~# "^NERD_tree_" && winnr('$') > 1 | b# | endif
let g:plug_window = 'noautocmd vertical topleft new' " Stop crash if vimplug command called on the nerdtree window
+" VIM snip
+let g:vsnip_filetypes = {}
ArKa projects. All rights to me, and your next child right arm.