1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 07:49:25 +00:00

[neovim] Refactor

This commit is contained in:
2025-02-21 16:24:32 +01:00
parent b8fcf02379
commit 8d7675acf4
8 changed files with 67 additions and 38 deletions

View File

@ -264,9 +264,6 @@ require("lazy").setup({
version = "v7",
},
{ "mzlogin/vim-markdown-toc" },
{
"jghauser/follow-md-links.nvim",
},
-- Copilot
{
@ -288,6 +285,7 @@ require("lazy").setup({
{
"copilotc-nvim/copilotchat.nvim",
branch = "main",
build = "make tiktoken",
event = "VeryLazy",
},