chore(nvim): nvim updates, copilot and glance.nvim

This commit is contained in:
2023-10-09 16:55:01 +03:00
parent 08c2be6f97
commit 83bdfbf6a2
4 changed files with 50 additions and 38 deletions

View File

@@ -83,6 +83,9 @@ return {
-- Neovim plugin for locking a buffer to a window
-- https://github.com/stevearc/stickybuf.nvim
{ "stevearc/stickybuf.nvim", opts = {} },
-- A pretty window for previewing, navigating and editing your LSP locations
-- https://github.com/DNLHC/glance.nvim
{ "dnlhc/glance.nvim" },
-- Automatically expand width of the current window.
-- Maximizes and restore it. And all this with nice animations!
-- https://github.com/anuvyklack/windows.nvim