]> git.rmz.io Git - dotfiles.git/blob - vim/ftplugin/cmake.vim
awesome: add function to check if host has battery
[dotfiles.git] / vim / ftplugin / cmake.vim
1 setlocal expandtab
2 setlocal tabstop=2
3 setlocal shiftwidth=2
4 setlocal softtabstop=2
5
6 let g:switch_custom_definitions =
7 \ [
8 \ ['ON', 'OFF']
9 \ ]