link tmux td-cli bindings & script disable c-j c-k bindings - interference with fzf zsh adjustmets + tmux-td finally not closing on ESC! :) add diffview & custom Harpoon list (with line in file)
18 lines
309 B
Lua
18 lines
309 B
Lua
return {
|
|
{
|
|
"folke/tokyonight.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
opts = {},
|
|
},
|
|
{
|
|
"nyoom-engineering/oxocarbon.nvim",
|
|
-- Add in any other configuration;
|
|
-- event = foo,
|
|
-- config = bar
|
|
-- end,
|
|
},
|
|
{ "Mofiqul/vscode.nvim" },
|
|
{ "rebelot/kanagawa.nvim" },
|
|
}
|