diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-03 12:29:38 -0400 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-03 12:29:38 -0400 |
| commit | aac2ce8f3070711768295ecc7876bb86ca55877a (patch) | |
| tree | 4e9de07c91c6273bfde7d074622eb6c115543e13 /nvim/lua/lsp.lua | |
| parent | 2ca0bea095e4f29a7a4673a09fec23c65041877a (diff) | |
changed completion menu apperance, added dynamic find reference bind
Diffstat (limited to 'nvim/lua/lsp.lua')
| -rw-r--r-- | nvim/lua/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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() |
