removed some neovim plugins
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user