diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-18 21:33:54 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-18 21:33:54 +0100 |
| commit | 30073d82a57a4839f9687c9dbcde627c112b1839 (patch) | |
| tree | efe4ff05512462fc94edeea7c1f5996149cfa96c /lua/pml68/configs/lspconfig.lua | |
| parent | feat: missed the Float part (diff) | |
| download | nvim-30073d82a57a4839f9687c9dbcde627c112b1839.tar.gz | |
feat: autocompletion, keymaps and more
Diffstat (limited to 'lua/pml68/configs/lspconfig.lua')
| -rw-r--r-- | lua/pml68/configs/lspconfig.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 12aacf8..40badc3 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -1,5 +1,4 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities() - local lspconfig = require("lspconfig") local servers = { |
