mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 13:29:24 +00:00
[neovim] Add grug-far plugin
This commit is contained in:
@ -140,7 +140,7 @@ require("lazy").setup({
|
||||
dependencies = {
|
||||
{ "Shatur/neovim-session-manager" },
|
||||
},
|
||||
priority = 100,
|
||||
event = "VeryLazy",
|
||||
},
|
||||
{ "nvim-treesitter/nvim-treesitter", event = "BufReadPost" },
|
||||
{
|
||||
@ -164,6 +164,10 @@ require("lazy").setup({
|
||||
version = "*",
|
||||
build = "cp ./*.py ~/.config/kitty/",
|
||||
},
|
||||
{
|
||||
"MagicDuck/grug-far.nvim",
|
||||
event = "VeryLazy",
|
||||
},
|
||||
|
||||
-- cmp plugins
|
||||
{
|
||||
|
Reference in New Issue
Block a user