Skip to content

Commit

Permalink
Submodule updates, remove neocomplete for vim 8 as it was deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Oct 26, 2020
1 parent 798a7e3 commit 6717ac6
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 25 deletions.
2 changes: 1 addition & 1 deletion config/htop/htoprc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ show_program_path=1
highlight_base_name=1
highlight_megabytes=1
highlight_threads=1
tree_view=0
tree_view=1
header_margin=1
detailed_cpu_time=0
cpu_count_from_zero=0
Expand Down
2 changes: 1 addition & 1 deletion diff-so-fancy
Submodule diff-so-fancy updated 1 files
+4 −0 README.md
2 changes: 1 addition & 1 deletion fzf
2 changes: 1 addition & 1 deletion oh-my-zsh
Submodule oh-my-zsh updated from 6ebf27 to fcb6fa
2 changes: 1 addition & 1 deletion oh-my-zsh-custom/themes/powerlevel10k
2 changes: 1 addition & 1 deletion vim/bundle/ctrlp.vim
Submodule ctrlp.vim updated 1 files
+4 −2 autoload/ctrlp.vim
2 changes: 1 addition & 1 deletion vim/bundle/nerdtree
2 changes: 1 addition & 1 deletion vim/bundle/nerdtree-git-plugin
2 changes: 1 addition & 1 deletion vim/bundle/splitjoin.vim
2 changes: 1 addition & 1 deletion vim/bundle/tagbar
2 changes: 1 addition & 1 deletion vim/bundle/unicode.vim
2 changes: 1 addition & 1 deletion vim/bundle/vim-airline
2 changes: 1 addition & 1 deletion vim/bundle/vim-airline-themes
2 changes: 1 addition & 1 deletion vim/bundle/vim-easymotion
Submodule vim-easymotion updated 0 files
2 changes: 1 addition & 1 deletion vim/bundle/vim-fugitive
2 changes: 1 addition & 1 deletion vim/bundle/vim-startify
7 changes: 0 additions & 7 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -290,18 +290,11 @@ endif
"set omnifunc=syntaxcomplete#Complete
"call deoplete#custom#option('omni_patterns', { 'go': '[^. *\t]\.\w*' })
let g:deoplete#enable_at_startup = 1
let g:neocomplete#enable_at_startup = 1

" Set minimum syntax keyword length.
"let NeoCompleteAutoCompletionLength = 10
"let g:neocomplete#sources#syntax#min_keyword_length = 10
let g:neocomplete#auto_completion_start_length = 10
"let g:neocomplete#disable_auto_complete = 0
"let g:SuperTabDefaultCompletionType = "<C-X><C-O>"
"" <TAB>: completion for neocomplete.
inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>"
"inoremap <expr><C-h> neocomplete#smart_close_popup()."\<C-h>"
"inoremap <expr><BS> neocomplete#smart_close_popup()."\<C-h>"
"python from powerline.vim import setup as powerline_setup
"python powerline_setup()
Expand Down

0 comments on commit 6717ac6

Please sign in to comment.