diff options
Diffstat (limited to 'nvim/lsp/bright_script.lua')
| -rwxr-xr-x | nvim/lsp/bright_script.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lsp/bright_script.lua b/nvim/lsp/bright_script.lua deleted file mode 100755 index ead26fc..0000000 --- a/nvim/lsp/bright_script.lua +++ /dev/null @@ -1,13 +0,0 @@ ----@brief ---- ---- https://github.com/RokuCommunity/brighterscript ---- ---- `brightscript` can be installed via `npm`: ---- ```sh ---- npm install -g brighterscript ---- ``` -return { - cmd = { 'bsc', '--lsp', '--stdio' }, - filetypes = { 'brs' }, - root_markers = { 'makefile', 'Makefile', '.git' }, -} |
