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