SantinoKeupp / telescope-cmake4vim.nvim

cmake4vim integration for telescope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telescope-cmake4vim.nvim

Integration for cmake4vim with telescope.nvim.

Requirements

Setup

You can setup the extension by doing

require('telescope').load_extension('cmake4vim')

somewhere after your require('telescope').setup() call.

Available commands

:Telescope cmake4vim select_kit
:Telescope cmake4vim select_target
:Telescope cmake4vim select_build_type

Available functions

require'telescope'.extensions.cmake4vim.select_kit{}
require'telescope'.extensions.cmake4vim.select_target{}
require'telescope'.extensions.cmake4vim.select_build_type{}

About

cmake4vim integration for telescope

License:MIT License


Languages

Language:Lua 100.0%