1
0
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:
2024-06-08 16:43:07 +02:00
parent 29a97b4aa3
commit bb50eda917
4 changed files with 11 additions and 1 deletions

View File

@ -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
{