Skip to content

Files

Latest commit

fc3431d · May 16, 2024

History

History
32 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.05 KB

lmntal.nvim

Provides configurations of nvim-lspconfig and nvim-treesitter for LMNtal.

Settings

require("lmntal-nvim").setup()

Features

nvim-lspconfig integration

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.

nvim-treesitter integration

(WIP)

LICENSE

This software is released under the MIT License, see LICENSE.