Neovim plugin to integrate the KamaiZen Language Server and tree-sitter grammar for Kamailio configuration files.
with lazy.nvim:
{
'IbrahimShahzad/kamaizen.nvim',
dependencies = {
{ 'IbrahimShahzad/KamaiZen', build = 'go build' },
},
opts = {
settings = {
kamaizen = {
enableDeprecatedCommentHint = false, -- to enable hints for '#' comments
-- update path to a kamailio source folder if the config is in a different
-- directory
KamailioSourcePath = vim.fn.getcwd(),
loglevel = 3,
},
},
},
}
This project is licensed under the MIT License - see the LICENSE file for details.