Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 875 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 875 Bytes

kamaizen-nvim

Neovim plugin to integrate the KamaiZen Language Server and tree-sitter grammar for Kamailio configuration files.

Installation

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,
          },
        },
      },
    }

License

This project is licensed under the MIT License - see the LICENSE file for details.