migrated to lazy.nvim, cleanup and fixes

This commit is contained in:
2025-03-25 23:13:50 +08:00
parent 93e008c735
commit 19bded245e
11 changed files with 366 additions and 371 deletions

19
lua/plugins/90_misc.lua Normal file
View File

@@ -0,0 +1,19 @@
return {
--
-- Focus Mode
--
{
'junegunn/goyo.vim',
cmd = 'Goyo'
},
--
-- Multi-cursor
--
{
'mg979/vim-visual-multi',
lazy = false
},
{ 'Raimondi/delimitMate', lazy = false }
}