diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-04 20:47:17 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-04 20:47:17 +0100 |
| commit | b9015658d092fb7e6c7319802c9bf6a66ba1d297 (patch) | |
| tree | 8a238164fa9a496e234c678ff78e9fcb35903a98 /lua/user/lsp/settings | |
| parent | f5c8925f14f57e4768ab105ec3089aa39e664d0a (diff) | |
Created after/ftplugin directory and lua.lua file to allow lua directory
to be recognised by the gf command.
Diffstat (limited to 'lua/user/lsp/settings')
| -rw-r--r-- | lua/user/lsp/settings/r_language_server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lsp/settings/r_language_server.lua b/lua/user/lsp/settings/r_language_server.lua index fbe8846..d7e242d 100644 --- a/lua/user/lsp/settings/r_language_server.lua +++ b/lua/user/lsp/settings/r_language_server.lua @@ -2,7 +2,7 @@ return { settings = { R = { - filetypes = { 'r' }, + filetypes = { 'r','rmd' }, single_file_support = true, } } |
