diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-25 09:33:20 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-25 09:33:20 -0400 |
commit | 9ff634af115e5b6b81fedb42d184f0f85798b00a (patch) | |
tree | f10f79078281c9bf2345e2dc98d08258763ef070 /home/neovim/default.nix | |
parent | fix nvim signcolumn poping in/out & warning color not yellow (diff) | |
download | dotfiles-nix-9ff634af115e5b6b81fedb42d184f0f85798b00a.tar.gz dotfiles-nix-9ff634af115e5b6b81fedb42d184f0f85798b00a.tar.bz2 dotfiles-nix-9ff634af115e5b6b81fedb42d184f0f85798b00a.zip |
add borders and perty colors to cmp
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r-- | home/neovim/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/neovim/default.nix b/home/neovim/default.nix index cf29f4a..66d2625 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -59,6 +59,7 @@ in { vim-illuminate vim-table-mode nvim-highlight-colors + colorful-menu-nvim # Todo comments todo-comments-nvim # Lsp server |