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,24 +1,21 @@
|
|||
return {
|
||||
{
|
||||
"bassamsdata/namu.nvim",
|
||||
config = function()
|
||||
require("namu").setup({
|
||||
-- Enable the modules you want
|
||||
namu_symbols = {
|
||||
enable = true,
|
||||
options = {}, -- here you can configure namu
|
||||
},
|
||||
-- Optional: Enable other modules if needed
|
||||
ui_select = { enable = false }, -- vim.ui.select() wrapper
|
||||
colorscheme = {
|
||||
enable = false,
|
||||
options = {
|
||||
-- NOTE: if you activate persist, then please remove any vim.cmd("colorscheme ...") in your config, no needed anymore
|
||||
persist = true, -- very efficient mechanism to Remember selected colorscheme
|
||||
write_shada = false, -- If you open multiple nvim instances, then probably you need to enable this
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
"bassamsdata/namu.nvim",
|
||||
|
||||
opts = {
|
||||
-- Enable the modules you want
|
||||
namu_symbols = {
|
||||
enable = true,
|
||||
options = {}, -- here you can configure namu
|
||||
},
|
||||
-- Optional: Enable other modules if needed
|
||||
ui_select = { enable = false }, -- vim.ui.select() wrapper
|
||||
colorscheme = {
|
||||
enable = false,
|
||||
options = {
|
||||
-- NOTE: if you activate persist, then please remove any vim.cmd("colorscheme ...") in your config, no needed anymore
|
||||
persist = true, -- very efficient mechanism to Remember selected colorscheme
|
||||
write_shada = false, -- If you open multiple nvim instances, then probably you need to enable this
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue