diff options
author | PZ31k0nauT <[email protected]> | 2021-07-04 17:42:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-04 11:42:42 -0400 |
commit | 6a09208590c3fc2d1f5a8f58b916d3d528f92a9e (patch) | |
tree | 3c9e5684122ca82e55850a85bfe3b3ae548bb552 /lua/default-config.lua | |
parent | 8d2ef2dfbb915cf58d5aa30461aa4652bc16a1ce (diff) |
Snippets in config dir (#661)
* Update init.lua
* Update init.lua
* Update init.lua
* Update default-config.lua
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 9797ce90..0023256f 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -22,6 +22,7 @@ O = { hl_search = false, transparent_window = false; leader_key = "space"; + vnsip_dir = vim.fn.stdpath('config') .. "/snippets", -- @usage pass a table with your desired languages treesitter = { |