mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-05 02:53:38 -08:00
update nvim config and squash some bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user