Compare commits

..

No commits in common. "c9c3b5678e406be0d681aeeb4f3c3bf4512cc4a4" and "7495bef914bbf2d0b74a3010e73d10c22a460029" have entirely different histories.

7 changed files with 5 additions and 9 deletions

@ -1 +1 @@
Subproject commit e2a175c2abe2d4f65357da1c98c59a5cfb2b543f
Subproject commit ef99df04a1c53a453602421bc0f756997edc8289

@ -1 +1 @@
Subproject commit 2b35807945413b622c72af92eb93bb59d5c405f5
Subproject commit b442569ab827f72e344236c598b02cb9dc754e9f

@ -1 +1 @@
Subproject commit 7cc2214a4a2f9772426a21b32bec9d87cd89dfa8
Subproject commit b3b6cbbdc78ab73ab8256e37a9e6203ac875866a

@ -1 +1 @@
Subproject commit 33d27173876499a0f037cb9edff90d583711b6ae
Subproject commit 30de5e7e9486fb1b1b8c2a1e71052b13f94f1cb0

@ -1 +1 @@
Subproject commit dd0c15170f9ab2ffac695d90212318c05078751d
Subproject commit e37bb1feee9e7320c76050a55443fa843b4b6f83

View file

@ -22,9 +22,6 @@ set smartcase
"set smarttab
set nohlsearch
autocmd FileType c,cpp set cindent
autocmd FileType c,cpp set cinoptions=:0,l0,t0,g0,(0
if has('nvim')
exec 'source' expand('~/.config/nvim/nvim.vim')
"source nvim.vim

View file

@ -42,7 +42,6 @@ require('nvim-treesitter.configs').setup {
},
indent = {
enable = true,
disable = { "c", "cpp" },
}
}