mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
new nvim config
This commit is contained in:
parent
f087422bbf
commit
7d14948480
66 changed files with 1771 additions and 1719 deletions
5
nvim/lua/user/extras.lua
Normal file
5
nvim/lua/user/extras.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
-- Highlight on yank
|
||||
if user.highlight_yank.enable or false then
|
||||
require('user.utils.misc').highlight_yank(user.highlight_yank)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue