removed some neovim plugins
This commit is contained in:
@@ -4,36 +4,36 @@ return {
|
|||||||
-- autoclose tags
|
-- autoclose tags
|
||||||
"windwp/nvim-ts-autotag",
|
"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
|
-- -- detect tabstop and shiftwidth automatically
|
||||||
-- "folke/which-key.nvim",
|
-- "tpope/vim-sleuth",
|
||||||
-- opts = {
|
|
||||||
-- win = {
|
|
||||||
-- border = {
|
|
||||||
-- { "╭", "FloatBorder" },
|
|
||||||
-- { "─", "FloatBorder" },
|
|
||||||
-- { "╮", "FloatBorder" },
|
|
||||||
-- { "│", "FloatBorder" },
|
|
||||||
-- { "╯", "FloatBorder" },
|
|
||||||
-- { "─", "FloatBorder" },
|
|
||||||
-- { "╰", "FloatBorder" },
|
|
||||||
-- { "│", "FloatBorder" },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
-- },
|
||||||
|
-- {
|
||||||
|
-- -- 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.
|
-- Autoclose parentheses, brackets, quotes, etc.
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
|
|||||||
Reference in New Issue
Block a user