summaryrefslogtreecommitdiff
path: root/nvim/lsp/asm_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/asm_lsp.lua')
-rwxr-xr-xnvim/lsp/asm_lsp.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lsp/asm_lsp.lua b/nvim/lsp/asm_lsp.lua
deleted file mode 100755
index 368fa9c..0000000
--- a/nvim/lsp/asm_lsp.lua
+++ /dev/null
@@ -1,13 +0,0 @@
----@brief
----
---- https://github.com/bergercookie/asm-lsp
----
---- Language Server for NASM/GAS/GO Assembly
----
---- `asm-lsp` can be installed via cargo:
---- cargo install asm-lsp
-return {
- cmd = { 'asm-lsp' },
- filetypes = { 'asm', 'vmasm' },
- root_markers = { '.asm-lsp.toml', '.git' },
-}