switch to kitty-scrollback.nvim

still has problems with ergonomics
This commit is contained in:
Noah Masur
2024-01-30 09:57:38 -07:00
parent 26afa49879
commit fe1a4c2c29
6 changed files with 38 additions and 2 deletions

View File

@ -8,6 +8,7 @@
pkgs.vimPlugins.glow-nvim # Markdown preview popup
pkgs.vimPlugins.nvim-colorizer-lua # Hex color previews
pkgs.vimPlugins.which-key-nvim # Keybind helper
pkgs.kitty-scrollback-nvim # Scrollback pager for kitty
];
# Initialize some plugins
@ -15,6 +16,7 @@
setup.colorizer = { user_default_options = { names = false; }; };
setup.glow = { };
setup.which-key = { };
setup.kitty-scrollback = { };
vim.o = {
termguicolors = true; # Set to truecolor