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",
event = "VeryLazy",
opts_extend = { "spec" },
opts = {
plugins = { spelling = true },
defaults = {
defaults = {},
spec = {
{
mode = { "n", "v" },
{ "<leader><tab>", group = "tabs" },
{ "<leader>b", group = "buffer" },
@ -109,11 +111,7 @@ return {
{ "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

View File

@ -178,7 +178,7 @@ return {
}
lsp.svelte.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 {
settings = {
Lua = {