yank_notification: show line numbers. Clipboard copy notification to have line counts. Fix: Paste clipboard over selection

This commit is contained in:
psychhim
2025-10-09 03:26:44 +05:30
parent 7c56ba0821
commit 009b3aa8c0
4 changed files with 70 additions and 17 deletions

View File

@@ -1,6 +1,9 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- Load yank notification with line counts
require 'yank_notification'
-- [[ Install `lazy.nvim` plugin manager ]]
-- https://github.com/folke/lazy.nvim
-- `:help lazy.nvim.txt` for more info