Skip to content

SantinoKeupp/lualine-cmake4vim.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

lualine-cmake4vim.nvim

Lualine component for cmake4vim. It displays the selected kit, build_type and build_target.

Requirements

Installation

Plug "SantinoKeupp/lualine-cmake4vim.nvim"
use "SantinoKeupp/lualine-cmake4vim.nvim"

cmake4vim component options

sections = {
  lualine_a = {
    {
      "cmake4vim",
      prefix = "",  -- Text to show befor the actual configuration
      cmake4vim_separator = ">",  -- Seperator used between the configuration items
      colored = true,  -- Displays filetype icon in color if set to true
    }
  }
}

Note: A condition is set by default that checks if cmake4vim is actually loaded

About

Lualine component for cmake4vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages