neovim: Enable inlay hints for nix by default

This commit is contained in:
traxys 2024-05-13 22:43:05 +02:00
parent 4907f48e64
commit 1a94ad9e01

View file

@ -729,6 +729,9 @@
shiftwidth = 2;
expandtab = true;
};
extraConfigLua = ''
vim.lsp.inlay_hint.enable(true)
'';
};
files."ftplugin/markdown.lua" = {