mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Moved things around with nvim to allow multiple configurations, with nvims command
This commit is contained in:
9
nvim/m-housh/lua/plugin-config/init.lua
Normal file
9
nvim/m-housh/lua/plugin-config/init.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- This file contains plugin's that don't require much configuration.
|
||||
return {
|
||||
{
|
||||
"hrsh7th/vim-vsnip",
|
||||
config = function()
|
||||
vim.g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/nvim/snippets/'
|
||||
end
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user