Add vim-cmake plugin
parent
bb9a7506aa
commit
bb18b6bf7d
|
@ -68,6 +68,7 @@ return require("packer").startup {
|
||||||
use("tpope/vim-sexp-mappings-for-regular-people") -- Simpler keymaps for vim-sexp
|
use("tpope/vim-sexp-mappings-for-regular-people") -- Simpler keymaps for vim-sexp
|
||||||
use "tridactyl/vim-tridactyl" -- Tridactyl config file support
|
use "tridactyl/vim-tridactyl" -- Tridactyl config file support
|
||||||
use "aklt/plantuml-syntax" -- PlantUML support
|
use "aklt/plantuml-syntax" -- PlantUML support
|
||||||
|
use "cdelledonne/vim-cmake" -- CMake integration
|
||||||
|
|
||||||
-- Treesitter
|
-- Treesitter
|
||||||
use {
|
use {
|
||||||
|
|
Loading…
Reference in New Issue