mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added vsnip plugin
This commit is contained in:
2
nvim/.config/nvim/lua/config/vsnip.lua
Normal file
2
nvim/.config/nvim/lua/config/vsnip.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
local g = vim.g
|
||||
g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/nvim/snippets/'
|
||||
@@ -97,6 +97,8 @@ use {
|
||||
config = get_config("neogit")
|
||||
}
|
||||
|
||||
use {"hrsh7th/vim-vsnip", config = get_config("vsnip")}
|
||||
|
||||
-- Theme
|
||||
use {
|
||||
'EdenEast/nightfox.nvim',
|
||||
|
||||
Reference in New Issue
Block a user