mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-04 00:26:42 -07:00
remove unused plugins and run stylelua
This commit is contained in:
parent
12c5e919e8
commit
e321003bb8
5 changed files with 7 additions and 29 deletions
|
@ -18,18 +18,6 @@ return {
|
|||
vim.cmd([[colorscheme tokyonight]])
|
||||
end,
|
||||
},
|
||||
{
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
lazy = true, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000 ,
|
||||
config = function()
|
||||
require("gruvbox").setup({
|
||||
dim_inactive = false,
|
||||
})
|
||||
vim.o.background = "light"
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end,
|
||||
},
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
config = function()
|
||||
|
@ -65,14 +53,5 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
"tpope/vim-fugitive",
|
||||
"tpope/vim-rhubarb",
|
||||
"tpope/vim-sleuth",
|
||||
{
|
||||
"numToStr/Comment.nvim",
|
||||
config = function()
|
||||
require("Comment").setup()
|
||||
end,
|
||||
},
|
||||
"SidOfc/mkdx",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue