Provides configurations of nvim-lspconfig and nvim-treesitter for LMNtal.
require("lmntal-nvim").setup()This plugin registers lmntal-language-server to lspconfig as lmntal_ls.
So you can setup lmntal-language-serve as follows.
require("lspconfig").lmntal_ls.setup {}You can also benefit from ensure_installed or automatic-server-setup functionality if you are using mason-lspconfig.nvim.
See also lmntal-mason-registry for installation of satysfi-language-server using mason.nvim.
(WIP)
This software is released under the MIT License, see LICENSE.