AutoYADM commit: 2024-12-06 18:00:04
This commit is contained in:
parent
86391521d1
commit
58dc874fa3
3 changed files with 22 additions and 2 deletions
|
@ -1,4 +1,22 @@
|
|||
return {
|
||||
"williamboman/mason.nvim",
|
||||
opts = { ensure_installed = { "typos-lsp" } },
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
typos_lsp = {
|
||||
init_options = {
|
||||
diagnosticSeverity = "Warning",
|
||||
},
|
||||
-- autostart = false,
|
||||
-- filetypes = {
|
||||
-- "markdown",
|
||||
-- },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = { ensure_installed = { "typos_lsp" } },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue