mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 19:01:35 +00:00
lsp: add inlayHints support
This commit is contained in:
parent
939c7e98b4
commit
a1fbdf49fd
3 changed files with 24 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue