mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-22 20:21:57 +00:00
Updated local config plugins
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
return { -- Mini is so varied it's hard to categorise. So i dumped my mini installs here
|
||||
{ -- Collection of various small independent plugins/modules
|
||||
{ -- Collection of various small independent plugins/modules
|
||||
"echasnovski/mini.nvim",
|
||||
config = function()
|
||||
-- Better Around/Inside textobjects
|
||||
@@ -26,6 +26,8 @@ return { -- Mini is so varied it's hard to categorise. So i dumped my mini insta
|
||||
INFO = { duration = 3000 },
|
||||
})
|
||||
|
||||
require("mini.clue").setup() -- For per-project/dynamic plugin loading
|
||||
|
||||
-- Some other mini.nvim plugins that look useful to me
|
||||
require("mini.clue").setup()
|
||||
require("mini.visits").setup()
|
||||
|
||||
Reference in New Issue
Block a user