make the right click menu much more useful

This commit is contained in:
2024-03-23 17:11:30 -04:00
parent 679708c6a3
commit 4b3c901520
2 changed files with 20 additions and 0 deletions

View File

@ -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