diff options
| author | Mike Vink <mike@pionative.com> | 2024-05-26 12:53:18 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-05-26 12:53:18 +0200 |
| commit | b3d5d698dd72c099080f20759de76999087ee86c (patch) | |
| tree | f1df6b0531cd467de5bcded8f3b8ef1e4ffb8933 /mut/neovim | |
| parent | 3af5fc5f86848924d49d30ecb8f5c2b960c9b1af (diff) | |
add pomodoro
Diffstat (limited to 'mut/neovim')
| -rw-r--r-- | mut/neovim/fnl/conf/lsp.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/neovim/fnl/conf/lsp.fnl b/mut/neovim/fnl/conf/lsp.fnl index 12cbc99..3982fe6 100644 --- a/mut/neovim/fnl/conf/lsp.fnl +++ b/mut/neovim/fnl/conf/lsp.fnl @@ -22,7 +22,7 @@ :codeLensProvider (bm :n :<leader>gl #(vim.lsp.codelens.run)) :hoverProvider (bo :keywordprg ":LspHover") :inlayHintProvider (do - (vim.lsp.inlay_hint.enable buf true) + (vim.lsp.inlay_hint.enable true) (bm :n :<leader>gh #(vim.lsp.inlay_hint.enable 0 (not (vim.lsp.inlay_hint.is_enabled 0))))) :documentFormattingProvider (do (bo :formatexpr |
