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
.config/harper-ls/dictionary.txt
Normal file
1
.config/harper-ls/dictionary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
filetypes
|
|
@ -0,0 +1 @@
|
||||||
|
frontmatter
|
|
@ -1,4 +1,22 @@
|
||||||
return {
|
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