From aac2ce8f3070711768295ecc7876bb86ca55877a Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Tue, 3 Oct 2023 12:29:38 -0400 Subject: changed completion menu apperance, added dynamic find reference bind --- nvim/lua/lsp.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nvim/lua/lsp.lua') diff --git a/nvim/lua/lsp.lua b/nvim/lua/lsp.lua index bdc5734..c0848ef 100644 --- a/nvim/lua/lsp.lua +++ b/nvim/lua/lsp.lua @@ -30,5 +30,7 @@ lsp.set_preferences({ -- require('lspconfig').lua_ls.setup(lsp.nvim_lua_ls()) +-- TODO: change bind for lsp.buf.code_actions() + lsp.setup() -- cgit v1.2.3