Fix nvim startup warnings

This commit is contained in:
Jan Eitzinger 2024-09-16 15:37:36 +02:00
parent 7f2634e330
commit 2efad10610
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5
2 changed files with 23 additions and 25 deletions

View File

@ -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

View File

@ -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 = {