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

[neovim] Minimal refactor

This commit is contained in:
2024-02-16 16:37:22 +01:00
parent d1c002183f
commit 5d6b68c0bd
9 changed files with 70 additions and 44 deletions

View File

@ -120,7 +120,7 @@ require("lazy").setup({
},
},
{ "romgrk/fzy-lua-native" },
{ "mg979/vim-visual-multi", version = "v0.*" },
{ "mg979/vim-visual-multi" },
{
"coffebar/neovim-project",
opts = {
@ -263,11 +263,6 @@ require("lazy").setup({
-- Typescript
{
"pmizio/typescript-tools.nvim",
opts = {
settings = {
complete_function_calls = true,
},
},
},
-- Markdown
@ -293,11 +288,6 @@ require("lazy").setup({
{ "AndreM222/copilot-lualine" },
{
"copilotc-nvim/copilotchat.nvim",
opts = {
show_help = "yes",
debug = false,
disable_extra_info = "yes",
},
event = "VeryLazy",
},