Skip to content

Commit

Permalink
Add vim-linux-coding-style Vim Plugin (#107)
Browse files Browse the repository at this point in the history
Issue #106: Add vim-linux-coding-style Vim plugin

Signed-off-by: Mike Detwiler <[email protected]>
  • Loading branch information
detwiler authored May 31, 2021
1 parent cac829b commit c8e0f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Integration Test
run: |
vim -es -u $RUNNER_TEMP/.config/vim/vimrc -i NONE -c PlugInstall -c qa
find $RUNNER_TEMP/.config/vim/plugged/YouCompleteMe -name 'ycm_core.so' | grep .
find $RUNNER_TEMP/.config/vim/plugged/YouCompleteMe -name 'ycm_core*.so' | grep .
- name: Configure Version
run: echo "PROJECT_VERSION=`cat .version`" >>$GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions data/vim/vim-plug.vim.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Plug 'tpope/vim-dispatch'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
Plug '@VIM_YCM_OWNER@/YouCompleteMe', {'branch': '@VIM_YCM_REF@', 'do': '@PYTHON@ install.py --clangd-completer'}
Plug 'vivien/vim-linux-coding-style'

" Initialize plugin system
call plug#end()
2 changes: 1 addition & 1 deletion data/vim/vimrc.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
" vim: set ft=vim :

source @vimconfdir@/init.vim
source @vimconfdir@/map.vim
source $VIMRUNTIME/vimrc_example.vim
source @vimconfdir@/cmake.vim
source @vimconfdir@/ycm.vim
source @vimconfdir@/vim-plug.vim
source @vimconfdir@/option.vim
source @vimconfdir@/map.vim

0 comments on commit c8e0f79

Please sign in to comment.