mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-05-22 12:03:31 -04:00
different ls
This commit is contained in:
parent
bfd4ba417d
commit
ad9473a916
1 changed files with 11 additions and 11 deletions
|
|
@ -15,17 +15,17 @@ now_if_args(function()
|
||||||
marksman = {
|
marksman = {
|
||||||
filetypes = { "markdown", "markdown_inline", "codecompanion" },
|
filetypes = { "markdown", "markdown_inline", "codecompanion" },
|
||||||
},
|
},
|
||||||
-- r_language_server = {
|
r_ls = {
|
||||||
-- filetypes = { 'r', 'rmd', 'rmarkdown' },
|
filetypes = { 'r', 'rmd', 'rmarkdown' },
|
||||||
-- settings = {
|
settings = {
|
||||||
-- ['r_language_server'] = {
|
['r_ls'] = {
|
||||||
-- lsp = {
|
lsp = {
|
||||||
-- rich_documentation = true,
|
rich_documentation = true,
|
||||||
-- enable = true,
|
enable = true,
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- }
|
}
|
||||||
-- },
|
},
|
||||||
julials = {
|
julials = {
|
||||||
settings = {
|
settings = {
|
||||||
julia = {
|
julia = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue