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: 32
"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...
tools/c +9 Original file line numberDiff line numberDiff line change @@ -43,6 +43,15 @@ cmake_main(){ 43 43 fi 44 44 #现在默认不清理生成文件,提高二次编译速度 45 45 #clean_cmake 46 + #生成compile_commands.json文件到项目根目录 47 + if [ -d build ];then 48 + ...
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. -...
str.c_str(), str.size(), NULL, 0); wchar_t* buffer = NULL; buffer = new wchar_t[len...
使用这个: C:\gnu\msys64\mingw64.exe 1.3 安装程序: pacman -Syu pacman -S --noconfirm base pacman -S --noconfirm base-devel pacman -S --noconfirm mingw-w64-x86_64-toolchain pacman -S --noconfirm mingw-w64-x86_64-cmake pacman -S --noconfirm mingw-w64-x86_64-extra-cmake-...
" Devicons can make fzf-preview slow when the number of results is high " By default icons are disable when number of results is higher that 5000 let g:fzf_preview_dev_icons_limit = 5000 nmap <Leader>s [fzf-p] xmap <Leader>s [fzf-p] nnoremap <silent> [fzf-p]p :<C-u>...
refactor: cleanup cmake + fix windows builds + add cmake presets (#78) 3年前 LICENSE Initial commit 4年前 Makefile feat: include environment CFLAGS for make (#97) 2年前 README.md docs(README): Fix cmake install instruction (#130) ...
现在,它还支持多种导航和搜索操作,包括转到声明(Ctrl + B)/定义(Ctrl...、OS X和Windows上来开发C/C++,同时它还使用智能编辑器来提高代码质量、自动代码重构并且深度整合CMake编译系统,从而提高开发人员的工作效率。 作为支持远程开发的几种主要配置之一 ...
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...