summaryrefslogtreecommitdiff
path: root/nvim/lsp/mojo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/mojo.lua')
-rwxr-xr-xnvim/lsp/mojo.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/lsp/mojo.lua b/nvim/lsp/mojo.lua
deleted file mode 100755
index 8b84d87..0000000
--- a/nvim/lsp/mojo.lua
+++ /dev/null
@@ -1,12 +0,0 @@
----@brief
----
---- https://github.com/modularml/mojo
----
---- `mojo-lsp-server` can be installed [via Modular](https://developer.modular.com/download)
----
---- Mojo is a new programming language that bridges the gap between research and production by combining Python syntax and ecosystem with systems programming and metaprogramming features.
-return {
- cmd = { 'mojo-lsp-server' },
- filetypes = { 'mojo' },
- root_markers = { '.git' },
-}