Add: :UpdateKickestEnd command to update Neovim config from origin/master

This commit is contained in:
psychhim
2025-10-12 21:06:13 +05:30
parent 49f6b81dda
commit 84abecb698
2 changed files with 48 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- :UpdateKickestEnd command to safely update KickestEnd.nvim config from origin/master
require 'update_kickestend'
-- Load yank notification with line counts
require 'yank_notification'