mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
removed neorg : added tmux plugin
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
return {
|
||||
{"knubie/vim-kitty-navigator", build = "cp ./*.py ~/.config/kitty/"}, {
|
||||
|
||||
{
|
||||
"aserowy/tmux.nvim",
|
||||
config = function() return require("tmux").setup() end
|
||||
}, {
|
||||
"aznhe21/actions-preview.nvim",
|
||||
config = function() require("actions-preview") end
|
||||
}, {
|
||||
@@ -25,12 +27,6 @@ return {
|
||||
lazy = false,
|
||||
opts = {},
|
||||
config = function() require("config.refactoring") end
|
||||
}, {
|
||||
"nvim-neorg/neorg",
|
||||
lazy = false,
|
||||
version = "*",
|
||||
config = true,
|
||||
config = function() require("config.neorg") end
|
||||
}, {
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
|
||||
Reference in New Issue
Block a user