feat: Updates to nvim config and snippets

This commit is contained in:
2024-11-18 08:33:38 -05:00
parent eff01f42fd
commit 2e3c750979
11 changed files with 176 additions and 264 deletions

View File

@@ -16,9 +16,3 @@ require("user.theme")
-- Common settings
require("user.settings")
-- Snippets are setup in the luasnip settings, they get loaded from the snippets directory
-- based on filetype.
--require("user.snippets")
vim.o.shiftwidth = 2