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)
7 lines
184 B
Lua
7 lines
184 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
require("config.lazy")
|
|
-- light, sunny theme :)
|
|
-- vim.cmd("colorscheme kanagawa-lotus")
|
|
-- darker one
|
|
vim.cmd("colorscheme kanagawa")
|