Skip to content

honeytrap15/vim-cmake-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nvim-cmake-proj

Aboud

  • nvim cmake plugin

Requirements

  • nvim
  • python3
  • cmake

Instalation for dein.vim

[[plugins]]
repo = 'honeytrap15/nvim-cmake-proj'

Quick start

open cmake project root.

% tree example_project
example_project
├── CMakeLists.txt
├── include
│   └── main.hpp
└── src
└── main.cpp
% nvim example_project

Execute 'CMakeReload' command. It generates vim-cmake-build directory.

:CMakeReload

Execute 'CMakeBuild' command. It generates vim-cmake-build directory and run build.

:CMakeBuild

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages