overhauled plugins

This commit is contained in:
2025-01-21 22:58:44 +11:00
parent f99c76079c
commit 7a32c2fccf
13 changed files with 419 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ local HaelnorrGroup = augroup('Haelnorr', {})
local autocmd = vim.api.nvim_create_autocmd
function R(name)
require("plenary.reload").reload_module(name)
require("plenary.reload").reload_module(name)
end
autocmd('LspAttach', {