aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/cpp.vim
AgeCommit message (Collapse)Author
2024-03-02crazyshitHEADmasterMichal Hanus
2022-10-15use 2 spaces for tabs by defaultjdhao
This removes a lot of code duplication. If we want to use 4 spaces, we can set it separately in their ftplugin settings.
2021-08-21Do not auto-pair <> for C++jdhao
2021-06-17update formatoptions for certain filetypesjdhao
2021-03-23Add more settings for cppjdhao
2020-11-27update commentstring for cppjdhao
2020-11-25Initial support for C++jdhao
2020-10-19add <C-U> in mappings that use command where appropriatejdhao
2019-09-12Simplify init.vim and move settings to autoload and after directoryjdhao