Fix neovim highlighting

This commit is contained in:
Martin Pander
2026-05-08 20:55:41 +02:00
parent c092fdeb48
commit 15c019b4df
7 changed files with 121 additions and 52 deletions

View File

@@ -16,6 +16,7 @@ in
vimAlias = true;
plugins = with pkgs.vimPlugins; [
catppuccin-nvim
vim-repeat
vim-surround
ts-comments-nvim
@@ -56,9 +57,9 @@ in
cmp-git
nvim-lspconfig
lspkind-nvim
copilot-lua
copilot-cmp
CopilotChat-nvim
# copilot-lua
# copilot-cmp
# CopilotChat-nvim
# opencode-nvim
bullets-vim
nvim-dap

View File

@@ -89,6 +89,7 @@ in
tmuxp.enable = true;
extraConfig = ''
set -g display-time 1500
set -s set-clipboard on
unbind S
bind S command-prompt "switch -t %1"