nvim: blink-cmp goodness

This commit is contained in:
Daniel Lundin 2024-12-11 20:15:15 +01:00
parent f26beb87bd
commit b455010624
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
4 changed files with 151 additions and 92 deletions
home/common/nvim

View file

@ -11,9 +11,9 @@
];
plugins = with pkgs.vimPlugins; [
ts-comments-nvim
nvim-ts-context-commentstring
playground
ts-comments-nvim
{
plugin = nvim-treesitter-context;