mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
remove conflicting vim alias
This commit is contained in:
parent
a142394bc8
commit
43c6cb3fcd
6 changed files with 21 additions and 19 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_language_server = {
|
||||
-- filetypes = { 'r', 'rmd', 'rmarkdown' },
|
||||
-- settings = {
|
||||
-- ['r_language_server'] = {
|
||||
-- lsp = {
|
||||
-- rich_documentation = true,
|
||||
-- enable = true,
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
-- },
|
||||
julials = {
|
||||
settings = {
|
||||
julia = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue