nvim: enable inlay hints + toggling

This commit is contained in:
Daniel Lundin 2024-12-02 09:42:24 +01:00
parent 5c319ac288
commit aed9af6f45
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
6 changed files with 110 additions and 31 deletions
home/common/nvim

View file

@ -13,6 +13,7 @@
plugins = with pkgs.vimPlugins; [
ts-comments-nvim
nvim-ts-context-commentstring
playground
{
plugin = nvim-treesitter-context;