diff --git a/vim/.vim/after/ftplugin/cmake.vim b/vim/.vim/after/ftplugin/cmake.vim new file mode 100644 index 0000000..d590ae0 --- /dev/null +++ b/vim/.vim/after/ftplugin/cmake.vim @@ -0,0 +1,6 @@ +" Create the `b:undo_ftplugin` variable if it doesn't exist +call ftplugined#check_undo_ft() + +" Use 2 spaces indentation inside CMake files +setlocal shiftwidth=2 +let b:undo_ftplugin.='|setlocal shiftwidth<'