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 = {
|
||||
filetypes = { "markdown", "markdown_inline", "codecompanion" },
|
||||
},
|
||||
-- r_language_server = {
|
||||
-- filetypes = { 'r', 'rmd', 'rmarkdown' },
|
||||
-- settings = {
|
||||
-- ['r_language_server'] = {
|
||||
-- lsp = {
|
||||
-- rich_documentation = true,
|
||||
-- enable = true,
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
-- },
|
||||
r_ls = {
|
||||
filetypes = { 'r', 'rmd', 'rmarkdown' },
|
||||
settings = {
|
||||
['r_ls'] = {
|
||||
lsp = {
|
||||
rich_documentation = true,
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
julials = {
|
||||
settings = {
|
||||
julia = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue