1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-05 12:39:26 +00:00

[neovim] Update plugins and remove the unused ones

This commit is contained in:
2023-06-02 17:12:54 +02:00
parent abcbf20581
commit e2462448f5
4 changed files with 19 additions and 22 deletions

View File

@ -87,7 +87,6 @@ require("lazy").setup({
{ "mg979/vim-visual-multi", version = "v0.*" },
{ "gnikdroy/projections.nvim" },
{ "nvim-treesitter/nvim-treesitter", event = "BufReadPost" },
{ "ray-x/sad.nvim", cmd = "Sad" },
{
"nvim-neo-tree/neo-tree.nvim",
version = "v2.x",
@ -108,7 +107,6 @@ require("lazy").setup({
version = "*",
build = "cp ./*.py ~/.config/kitty/",
},
{ "robbles/logstash.vim" },
-- cmp plugins
{