Skip to content

Commit

Permalink
rm vim-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Dec 31, 2023
1 parent 2a1807f commit 18e78af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions autoload/aceforeverd/plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ function! aceforeverd#plugin#init() abort
call s:plugin_add('ziglang/zig.vim')
call s:plugin_add('gentoo/gentoo-syntax')
call s:plugin_add('chrisbra/csv.vim')
call s:plugin_add('cdelledonne/vim-cmake')
call s:plugin_add('rust-lang/rust.vim')
call s:plugin_add('rhysd/vim-llvm')
call s:plugin_add('vim-ruby/vim-ruby')
Expand Down Expand Up @@ -462,10 +461,6 @@ function! s:config_plugins() abort
nmap <silent> <Leader>tr <Plug>TranslateW
vmap <silent> <Leader>tr <Plug>TranslateWV
" vim-cmake
let g:cmake_generate_options = [ '-G Ninja' ]
let g:cmake_link_compile_commands = 1

" vimspector
let g:vimspector_enable_mappings = 'HUMAN'

Expand Down
8 changes: 8 additions & 0 deletions lua/aceforeverd/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,14 @@ M.plugin_list = {
opts = {},
},

{
'Civitasv/cmake-tools.nvim',
config = function()
require('cmake-tools').setup({})
end,
dependencies = { 'stevearc/overseer.nvim' }
},

-- colors
{
'NvChad/nvim-colorizer.lua',
Expand Down

0 comments on commit 18e78af

Please sign in to comment.