aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/motoko_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lsp/motoko_lsp.lua')
-rw-r--r--.config/nvim/lsp/motoko_lsp.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/nvim/lsp/motoko_lsp.lua b/.config/nvim/lsp/motoko_lsp.lua
deleted file mode 100644
index f4cd7e4..0000000
--- a/.config/nvim/lsp/motoko_lsp.lua
+++ /dev/null
@@ -1,15 +0,0 @@
----@brief
----
---- https://github.com/dfinity/vscode-motoko
----
---- Language server for the Motoko programming language.
-
----@type vim.lsp.Config
-return {
- cmd = { 'motoko-lsp', '--stdio' },
- filetypes = { 'motoko' },
- root_markers = { 'dfx.json', '.git' },
- init_options = {
- formatter = 'auto',
- },
-}