summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 01b9bb2..0ba74df 100644
--- a/.vimrc
+++ b/.vimrc
@@ -177,6 +177,17 @@ map <Leader>nt :NERDTreeToggle<CR>
" {{{ vim-plug (https://github.com/junegunn/vim-plug)
call plug#begin('~/.vim/plugged')
+Plug 'vim-airline/vim-airline' " status line
+Plug 'vim-airline/vim-airline-themes'
+Plug 'scrooloose/nerdtree' " NERDTree file browser
+Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } " Go support
+Plug 'rust-lang/rust.vim' " Rust support
+Plug 'airblade/vim-gitgutter' " git status gutter
+Plug 'tpope/vim-fugitive' " git commands
+Plug 'tpope/vim-commentary' " comment out stuff
+Plug 'vim-scripts/taglist.vim'
+Plug 'joestringer/cscope_maps' " cscope maps
+
" fzf (https://github.com/junegunn/fzf.vim)
Plug 'junegunn/fzf', { 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
e in use this SGID bit should have been propagated if the ACL allows creation of a subdirectory. GFS2's behaviour now matches that of the other ACL supporting filesystems in this regard. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/acl.c')