update nvim config and squash some bugs

This commit is contained in:
2025-08-07 21:50:36 -07:00
parent 074c895e53
commit 9aac0e4dc0
7 changed files with 22 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ local nosilent = { noremap = true }
vim.g.mapleader = " "
vim.g.maplocalleader = ","
-- Create a custom command with the given trigger, command, and description
function create_custom_command(trigger, command, description)
-- Create a custom command with the given trigger, command, and description
vim.api.nvim_create_user_command(trigger, command, { desc = description })
end
-- Custom commands