cmake_focus_on_console = false, -- true, false cmake_dap_configuration = { name = "cpp", type = "codelldb", request = "launch" }, cmake_dap_open_command = require("dap").repl.open, } return const 323 changes: 323 additions & 0 deletions 323 lua/cmake-tools/init.lua Origina...
Expand Up@@ -43,6 +43,15 @@ cmake_main(){ fi #现在默认不清理生成文件,提高二次编译速度 #clean_cmake #生成compile_commands.json文件到项目根目录 if[-dbuild ];then pushdbuild cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. popd
C:\Users\dev\AppData\Local\nvim-data\plugged\telescope-fzf-native.nvim cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release cmake --build build --config Release cmake --install build --prefix build PS C:\Users\dev\AppData\Local\nvim-data\plugged\telescope-fzf-native.nvim> cmake -S. -...
"c", "cpp", "json", "lua", "python", }, }, }, -- add any tools you want to have installed below { "williamboman/mason.nvim", opts = { ensure_installed = { "clangd", "pyright", "lua-language-server", "json-lsp", }, }, }, -- config nvim-tree -- { -- "nvim-tr...
-BRelease -G Ninja -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS ninja -C Release 3.1.1 依赖 pacman -S --noconfirm mingw-w64-x86_64-clang mingw-w64-x86_64-clang-tools-extra mingw64/mingw-w64-x86_64-polly mingw-w64-x86_64-cmake mingw-w64-x86_64-jq mingw-w64-x86_64-ninja ...
nvim安装准备 sudo apt update && sudo apt upgrade && sudo apt-get install -y ninja-build gettext libtool libtool-bin \ autoconf automake cmake g++ pkg-config unzip git bash fzf wget libssl-dev libffi-dev locales curl ripgrep \ nodejs npm clang-tools-11 clangd-11 ...
cmake cmake-language-server cpp clangd csharp OmniSharp css css-language-features (pulled directly from the latest VSCode release) dockerfile docker-langserver elixir Elixir Language Server (elixir-ls) elm Elm Language Server (elm-ls) ember Ember Language Server fortran Fortran Language Server (for...
CMake (Windows, Linux, MacOS) This requires: CMake, and the Microsoft C++ Build Tools on Windows CMake, make, and GCC or Clang on Linux and MacOS vim-plug Plug 'nvim-telescope/telescope-fzf-native.nvim', { 'do': 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build...
gersemi - A formatter to make your CMake code the real treasure. gleam - ⭐️ A friendly language for building type-safe, scalable systems! gluon_fmt - Code formatting for the gluon programming language. gn - gn build system. gofmt - Formats go programs. gofumpt - Enforce a stricter...
Install CMake and the Microsoft C++ Build Tools on Windows {'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' } ...