Skip to content

IbrahimShahzad/kamaizen.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

LSP plugin for Kamailio config files

Resources

License

Stars

Watchers

Forks

Packages

No packages published