diff options
author | Squibid <me@zacharyscheiman.com> | 2024-03-23 17:11:30 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-03-23 17:11:30 -0400 |
commit | 4b3c901520a17506fd178b1e90404536742c69d3 (patch) | |
tree | 10d6b2415efaacec2423d9fd28ab96b04c695fb6 /init.lua | |
parent | 679708c6a3dd91f639b145398286720f6b3ff1bf (diff) | |
download | nvim-4b3c901520a17506fd178b1e90404536742c69d3.tar.gz nvim-4b3c901520a17506fd178b1e90404536742c69d3.tar.bz2 nvim-4b3c901520a17506fd178b1e90404536742c69d3.zip |
make the right click menu much more useful
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ misc.include('bootstrap') misc.include('conf') -- core lua files ------------------------------------------------------------- misc.include('core.conf') +misc.include('core.context') -- call all snippets in the lua/snippets directory ---------------------------- if pcall(require, "luasnip") then |