Improve LSP configs and change keybindings to align with default nvim
0.11 ones
This commit is contained in:
parent
f9f53656f7
commit
0eea4c8dab
33 changed files with 656 additions and 553 deletions
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
"dnlhc/glance.nvim",
|
||||
|
||||
config = function()
|
||||
local glance = require("glance")
|
||||
local actions = glance.actions
|
||||
|
|
@ -14,7 +15,7 @@ return {
|
|||
},
|
||||
mappings = {
|
||||
list = {
|
||||
["j"] = actions.next, -- Bring the cursor to the next item in the list
|
||||
["j"] = actions.next, -- Bring the cursor to the next item in the list
|
||||
["k"] = actions.previous, -- Bring the cursor to the previous item in the list
|
||||
["<Down>"] = actions.next,
|
||||
["<Up>"] = actions.previous,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue