mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 07:49:25 +00:00
[neovim] Refactor
This commit is contained in:
@ -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",
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user