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/motoko_lsp.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 nvim/lsp/motoko_lsp.lua (limited to 'nvim/lsp/motoko_lsp.lua') 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', - }, -} -- cgit v1.2.3