update neovim and others

This commit is contained in:
Noah Masur
2024-05-28 07:50:14 -04:00
parent 5117b14388
commit ad0bb2d804
6 changed files with 86 additions and 135 deletions

View File

@ -10,7 +10,6 @@
pkgs.vimPlugins.vim-eunuch # File manipulation commands
pkgs.vimPlugins.vim-fugitive # Git commands
pkgs.vimPlugins.vim-repeat # Better repeat using .
pkgs.vimPlugins.comment-nvim # Smart comment commands
pkgs.vimPlugins.glow-nvim # Markdown preview popup
pkgs.vimPlugins.nvim-colorizer-lua # Hex color previews
pkgs.vimPlugins.which-key-nvim # Keybind helper
@ -18,7 +17,6 @@
];
# Initialize some plugins
setup.Comment = { };
setup.colorizer = {
user_default_options = {
names = false;
@ -44,7 +42,6 @@
scrolloff = 3; # Margin of lines to see while scrolling
splitright = true; # Vertical splits on the right side
splitbelow = true; # Horizontal splits on the bottom side
pastetoggle = "<F3>"; # Use F3 to enter raw paste mode
clipboard = "unnamedplus"; # Uses system clipboard for yanking
updatetime = 300; # Faster diagnostics
mouse = "nv"; # Mouse interaction / scrolling