feat: add a few new plugins

This commit is contained in:
Stefan Imhoff
2022-12-23 15:53:20 +01:00
parent fcbb8c0b76
commit a57ccc44e3
5 changed files with 43 additions and 21 deletions

View File

@@ -118,6 +118,7 @@ local plugins = {
"debugloop/telescope-undo.nvim", -- Undo history
"mrjones2014/smart-splits.nvim", -- Smart splits
"xiyaowong/nvim-transparent", -- Remove all background colors
"nanotee/zoxide.vim", -- zoxide integration
-- Editing Files
"windwp/nvim-autopairs", -- Autopairs, integrates with both cmp and treesitter
@@ -173,7 +174,9 @@ local plugins = {
local opts = {
install = {
colorscheme = { "tokyonight-night" },
colorscheme = {
"tokyonight-night",
},
},
}