diff options
| author | pml68 <contact@pml68.dev> | 2025-03-29 11:36:01 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-03-29 11:36:01 +0100 |
| commit | b5cd3186dbd3699b21c4920dc49512b3774d0867 (patch) | |
| tree | bd3f0bd4807a7ea2b0b6a381b45f772b04596294 /lua/pml68/configs | |
| parent | feat: change keymaps (diff) | |
| download | nvim-b5cd3186dbd3699b21c4920dc49512b3774d0867.tar.gz | |
feat: update to 0.11 [skip ci]
Diffstat (limited to 'lua/pml68/configs')
| -rw-r--r-- | lua/pml68/configs/lspconfig.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index ffb31ae..0460b4c 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -4,10 +4,6 @@ local capabilities = vim.tbl_deep_extend("force", ) local lspconfig = require("lspconfig") -vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { - border = "rounded", -}) - local servers = { -- "asm_lsp", "html", |
