From 7db300fbd84619a31dc5b4fa864cd149d8b67c41 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 13 Dec 2025 23:06:43 +0100 Subject: Update --- fnl/plugins/lsp/keymaps.fnl | 18 +++++++++--------- fnl/plugins/treesitter.fnl | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'fnl') diff --git a/fnl/plugins/lsp/keymaps.fnl b/fnl/plugins/lsp/keymaps.fnl index 72e03cd..f312581 100644 --- a/fnl/plugins/lsp/keymaps.fnl +++ b/fnl/plugins/lsp/keymaps.fnl @@ -4,15 +4,15 @@ [[:n :gD "lua vim.lsp.buf.declaration()" {:desc :Declaration}] [:n :gd - "Telescope lsp_definitions theme=dropdown" + "Telescope lsp_definitions theme=get_dropdown" {:desc :Definition}] [:n :gI - "Telescope lsp_implementations theme=dropdown" + "Telescope lsp_implementations theme=get_dropdown" {:desc :Implementation}] [:n :gr - "Telescope lsp_references theme=dropdown" + "Telescope lsp_references theme=get_dropdown" {:desc :References}] [:n :gl @@ -20,24 +20,24 @@ {:desc :Diagnostics}] [:n :gj - "Telescope diagnostics theme=dropdown" + "Telescope diagnostics theme=get_dropdown" {:desc "Telescope Diagnostics"}] [:n :gw - "Telescope lsp_dynamic_workspace_symbols theme=dropdown" + "Telescope lsp_dynamic_workspace_symbols theme=get_dropdown" {:desc "Workspace Symbols"}] [:n :gE - "Telescope lsp_type_definitions theme=dropdown" - {:desc "Workspace Symbols"}] + "Telescope lsp_type_definitions theme=get_dropdown" + {:desc "Type Definitions"}] [:n :gm "lua vim.lsp.buf.signature_help()" {:desc :Signature}] [:n :gM - "Telescope lsp_document_symbols theme=dropdown" + "Telescope lsp_document_symbols theme=get_dropdown" {:desc "Document Symbols"}] [:n :gh "lua vim.lsp.buf.code_action()" {:desc "Code Action"}] [:n :gb "lua vim.lsp.codelens.run()" {:desc "Code Lens"}] - [:n :K "lua vim.lsp.hover()" {:desc "Hover documentation"}] + [:n :K "lua vim.lsp.buf.hover()" {:desc "Hover documentation"}] [:n :li :LspInfo {:desc "Lsp Info"}]]) (λ on-attach [buffer] diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl index 76a1e29..b75eba3 100644 --- a/fnl/plugins/treesitter.fnl +++ b/fnl/plugins/treesitter.fnl @@ -20,6 +20,7 @@ :make :markdown :ocaml + :ocaml_interface :python :rust :sql -- cgit v1.2.3-70-g09d2