Fix nvim startup warnings
This commit is contained in:
parent
7f2634e330
commit
2efad10610
@ -87,9 +87,11 @@ return {
|
|||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
|
opts_extend = { "spec" },
|
||||||
opts = {
|
opts = {
|
||||||
plugins = { spelling = true },
|
defaults = {},
|
||||||
defaults = {
|
spec = {
|
||||||
|
{
|
||||||
mode = { "n", "v" },
|
mode = { "n", "v" },
|
||||||
{ "<leader><tab>", group = "tabs" },
|
{ "<leader><tab>", group = "tabs" },
|
||||||
{ "<leader>b", group = "buffer" },
|
{ "<leader>b", group = "buffer" },
|
||||||
@ -109,11 +111,7 @@ return {
|
|||||||
{ "gs", group = "surround" },
|
{ "gs", group = "surround" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config = function(_, opts)
|
},
|
||||||
local wk = require("which-key")
|
|
||||||
wk.setup(opts)
|
|
||||||
wk.register(opts.defaults)
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- git signs highlights text that has changed since the list
|
-- git signs highlights text that has changed since the list
|
||||||
|
@ -178,7 +178,7 @@ return {
|
|||||||
}
|
}
|
||||||
lsp.svelte.setup { on_attach = on_attach }
|
lsp.svelte.setup { on_attach = on_attach }
|
||||||
lsp.perlls.setup { on_attach = on_attach }
|
lsp.perlls.setup { on_attach = on_attach }
|
||||||
lsp.tsserver.setup { on_attach = on_attach }
|
lsp.ts_ls.setup { on_attach = on_attach }
|
||||||
lsp.lua_ls.setup {
|
lsp.lua_ls.setup {
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
Loading…
Reference in New Issue
Block a user