mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add a few new plugins
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user