make the right click menu much more useful

This commit is contained in:
2024-03-23 17:11:30 -04:00
parent 9da714b621
commit a2b6c1d828
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