Updated mappings and plugins
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
local on_attach = function(client, bufnr)
|
||||
local function opts(desc)
|
||||
if desc then
|
||||
return { noremap = true, silent = true, buffer = bufnr, desc = desc }
|
||||
return { silent = true, buffer = bufnr, desc = desc }
|
||||
else
|
||||
return { noremap = true, silent = true, buffer = bufnr }
|
||||
return { silent = true, buffer = bufnr }
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user