lsp: add inlayHints support

This commit is contained in:
Venkatesan Ravi 2025-04-05 01:32:58 +00:00
commit a1fbdf49fd
3 changed files with 24 additions and 0 deletions

View file

@ -5,6 +5,9 @@ in {
options.vim.lsp = {
enable = mkEnableOption "LSP, also enabled automatically through null-ls and lspconfig options";
formatOnSave = mkEnableOption "format on save";
inlayHints = {
enable = mkEnableOption "inlay hints";
};
mappings = {
goToDefinition =
mkMappingOption "Go to definition"