mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Neovide integration
This commit is contained in:
parent
48a93e2998
commit
cb81dc8d53
8 changed files with 71 additions and 32 deletions
|
|
@ -20,19 +20,21 @@ return {
|
|||
{
|
||||
"echasnovski/mini.pairs",
|
||||
version = false,
|
||||
config = function()
|
||||
require("mini.pairs").setup()
|
||||
end,
|
||||
opts = {},
|
||||
-- config = function()
|
||||
-- require("mini.pairs").setup()
|
||||
-- end,
|
||||
},
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
})
|
||||
end,
|
||||
opts = {},
|
||||
-- config = function()
|
||||
-- require("nvim-surround").setup({
|
||||
-- -- Configuration here, or leave empty to use defaults
|
||||
-- })
|
||||
-- end,
|
||||
},
|
||||
{
|
||||
"MagicDuck/grug-far.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue