mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(lsp): custom lsp keymaps
This commit is contained in:
parent
36774c6058
commit
61e3ce8cdc
2 changed files with 26 additions and 6 deletions
|
@ -57,6 +57,10 @@ return {
|
|||
jsonls = {},
|
||||
lua_ls = {
|
||||
-- mason = false, -- set to false if you don't want this server to be installed with mason
|
||||
-- Use this to add any additional keymaps
|
||||
-- for specific lsp servers
|
||||
---@type LazyKeys[]
|
||||
-- keys = {},
|
||||
settings = {
|
||||
Lua = {
|
||||
workspace = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue