mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +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")
|
config = get_config("neogit")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use {"hrsh7th/vim-vsnip", config = get_config("vsnip")}
|
||||||
|
|
||||||
-- Theme
|
-- Theme
|
||||||
use {
|
use {
|
||||||
'EdenEast/nightfox.nvim',
|
'EdenEast/nightfox.nvim',
|
||||||
|
|||||||
Reference in New Issue
Block a user