removed some neovim plugins

This commit is contained in:
quak
2025-04-03 22:57:31 +02:00
parent cc1fdeca4b
commit a49b4242a0

View File

@@ -4,36 +4,36 @@ return {
-- autoclose tags
"windwp/nvim-ts-autotag",
},
{
-- detect tabstop and shiftwidth automatically
"tpope/vim-sleuth",
},
{
-- Powerful Git integration for Vim
"tpope/vim-fugitive",
},
{
-- GitHub integration for vim-fugitive
"tpope/vim-rhubarb",
},
-- {
-- -- Hints keybinds
-- "folke/which-key.nvim",
-- opts = {
-- win = {
-- border = {
-- { "╭", "FloatBorder" },
-- { "─", "FloatBorder" },
-- { "╮", "FloatBorder" },
-- { "│", "FloatBorder" },
-- { "╯", "FloatBorder" },
-- { "─", "FloatBorder" },
-- { "╰", "FloatBorder" },
-- { "│", "FloatBorder" },
-- },
-- -- detect tabstop and shiftwidth automatically
-- "tpope/vim-sleuth",
-- },
-- {
-- -- Powerful Git integration for Vim
-- "tpope/vim-fugitive",
-- },
-- {
-- -- GitHub integration for vim-fugitive
-- "tpope/vim-rhubarb",
-- },
{
-- Hints keybinds
"folke/which-key.nvim",
opts = {
win = {
border = {
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
},
},
},
},
{
-- Autoclose parentheses, brackets, quotes, etc.
"windwp/nvim-autopairs",