mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 22:58:36 +02:00
adding cpp and python support
adding cpp and pything support
This commit is contained in:
parent
64c3900f00
commit
c045c7b65d
2 changed files with 1 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return { 'Civitasv/cmake-tools.nvim' }
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
-- NOTE: gitsigns is already included in init.lua but contains only the base
|
||||
-- config. This will add also the recommended keymaps.
|
||||
|
||||
-- this is a comment
|
||||
return {
|
||||
{
|
||||
'lewis6991/gitsigns.nvim',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue