mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(neovim-plugin-updates): Change configs to accomodate plugin updates
- WhichKey: config format changed - Conform: config format changed - nvim-ufo: fix version to `1.4.0` as newer version broke things - code-lsp: add ltex LSP that integrated with free LanguageTool server
This commit is contained in:
@@ -73,6 +73,26 @@ return {
|
||||
},
|
||||
bashls = { filetypes = { "sh", "bash", "zsh" } },
|
||||
html = { filetypes = { "html", "twig", "hbs" } },
|
||||
ltex = {
|
||||
filetypes = { "markdown", "text" },
|
||||
flags = { debounce_text_changes = 3000 },
|
||||
settings = {
|
||||
ltex = {
|
||||
language = "en",
|
||||
markdown = {
|
||||
nodes = {
|
||||
CodeBlock = "ignore",
|
||||
FencedCodeBlock = "ignore",
|
||||
Code = "ignore",
|
||||
AutoLink = "ignore",
|
||||
},
|
||||
checkFrequency = "save",
|
||||
languageToolHttpServerUri = "https://api.languagetool.org",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
omnisharp = {
|
||||
-- DotNet = {
|
||||
-- enablePackageRestore = true,
|
||||
|
||||
Reference in New Issue
Block a user