You've already forked dotfiles
feat: Working on filling in the gaps of LSPs, this time with html
language support.
This commit is contained in:
@@ -1 +1,8 @@
|
||||
return {}
|
||||
return {
|
||||
cmd = { 'R', '--slave', '-e', 'languageserver::run()' },
|
||||
filetypes = { 'r', 'rmd' },
|
||||
log_level = 2,
|
||||
root_dir = function(fname)
|
||||
return util.find_git_ancestor(fname) or vim.loop.os_homedir()
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user