summaryrefslogtreecommitdiff
path: root/mut/neovim
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-05-26 12:53:18 +0200
committerMike Vink <mike@pionative.com>2024-05-26 12:53:18 +0200
commitb3d5d698dd72c099080f20759de76999087ee86c (patch)
treef1df6b0531cd467de5bcded8f3b8ef1e4ffb8933 /mut/neovim
parent3af5fc5f86848924d49d30ecb8f5c2b960c9b1af (diff)
add pomodoro
Diffstat (limited to 'mut/neovim')
-rw-r--r--mut/neovim/fnl/conf/lsp.fnl2
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