From 76f6235bcd178cc5c28cc4fbf0d09fafb1f63a9b Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 5 Apr 2026 16:47:53 +0530 Subject: some changes --- nvim/lsp/bright_script.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 nvim/lsp/bright_script.lua (limited to 'nvim/lsp/bright_script.lua') 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' }, -} -- cgit v1.2.3