adding cpp and python support

adding cpp and pything support
This commit is contained in:
Simon Ayoub 2024-06-19 12:36:13 +10:00
parent 64c3900f00
commit c045c7b65d
2 changed files with 1 additions and 2 deletions

View file

@ -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' }

View file

@ -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',