fix: remove conflicting gl bind

This commit is contained in:
Hydroxycarbamide 2024-11-25 10:25:40 +01:00
parent ebc7c1077f
commit caad93bd07
Signed by: Siklos
GPG key ID: C06D07D96997549A

View file

@ -82,7 +82,7 @@ return {
-- mappings to be set up on attaching of a language server -- mappings to be set up on attaching of a language server
mappings = { mappings = {
n = { n = {
gl = { function() vim.diagnostic.open_float() end, desc = "Hover diagnostics" }, -- gl = { function() vim.diagnostic.open_float() end, desc = "Hover diagnostics" },
-- a `cond` key can provided as the string of a server capability to be required to attach, or a function with `client` and `bufnr` parameters from the `on_attach` that returns a boolean -- a `cond` key can provided as the string of a server capability to be required to attach, or a function with `client` and `bufnr` parameters from the `on_attach` that returns a boolean
-- gD = { -- gD = {
-- function() vim.lsp.buf.declaration() end, -- function() vim.lsp.buf.declaration() end,