diff options
Diffstat (limited to 'nvim/lsp/motoko_lsp.lua')
| -rwxr-xr-x | nvim/lsp/motoko_lsp.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lsp/motoko_lsp.lua b/nvim/lsp/motoko_lsp.lua deleted file mode 100755 index f479e2d..0000000 --- a/nvim/lsp/motoko_lsp.lua +++ /dev/null @@ -1,13 +0,0 @@ ----@brief ---- ---- https://github.com/dfinity/vscode-motoko ---- ---- Language server for the Motoko programming language. -return { - cmd = { 'motoko-lsp', '--stdio' }, - filetypes = { 'motoko' }, - root_markers = { 'dfx.json', '.git' }, - init_options = { - formatter = 'auto', - }, -} |
