markdown lsp
This commit is contained in:
parent
9f2234ad68
commit
d3adf6a4b8
|
@ -238,7 +238,7 @@ return {
|
||||||
-- plugins = {
|
-- plugins = {
|
||||||
-- pycodestyle = {
|
-- pycodestyle = {
|
||||||
-- ignore = {},
|
-- ignore = {},
|
||||||
-- maxLineLength = 120,
|
-- maxLineLength = 120,
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
-- }
|
-- }
|
||||||
|
@ -247,6 +247,10 @@ return {
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
alias = 'rust-analyzer',
|
alias = 'rust-analyzer',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
markdown_oxide = {
|
||||||
|
alias = 'markdown-oxide',
|
||||||
|
},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
--
|
--
|
||||||
-- Some languages (like typescript) have entire language plugins that can be useful:
|
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||||
|
|
Loading…
Reference in New Issue