Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/haroun/dotfiles into main
Browse files Browse the repository at this point in the history
* 'main' of https://github.com/haroun/dotfiles:
  set neovim lsp packages as optional
  • Loading branch information
haroun committed Feb 5, 2021
2 parents 48d2e8a + 72cfd0a commit d8f2eb2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
[submodule "vim/pack/roxma/start/vim-hug-neovim-rpc"]
path = vim/pack/roxma/start/vim-hug-neovim-rpc
url = https://github.com/roxma/vim-hug-neovim-rpc.git
[submodule "vim/pack/elixir-lsp/opt/elixir-ls"]
path = vim/pack/elixir-lsp/opt/elixir-ls
url = https://github.com/elixir-lsp/elixir-ls.git
[submodule "vim/pack/neovim/opt/nvim-lspconfig"]
path = vim/pack/neovim/opt/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule "vim/pack/Shougo/opt/deoplete-lsp"]
path = vim/pack/Shougo/opt/deoplete-lsp
url = https://github.com/Shougo/deoplete-lsp.git
[submodule "vim/pack/elixir-lsp/opt/elixir-ls"]
path = vim/pack/elixir-lsp/opt/elixir-ls
url = https://github.com/elixir-lsp/elixir-ls.git
2 changes: 1 addition & 1 deletion vim/pack/Shougo/start/deoplete.nvim
Submodule deoplete.nvim updated 36 files
+6 −0 doc/deoplete.txt
+3 −5 rplugin/python3/deoplete/__init__.py
+4 −3 rplugin/python3/deoplete/base/filter.py
+5 −4 rplugin/python3/deoplete/base/source.py
+7 −5 rplugin/python3/deoplete/child.py
+1 −2 rplugin/python3/deoplete/context.py
+4 −1 rplugin/python3/deoplete/deoplete.py
+2 −2 rplugin/python3/deoplete/filter/base.py
+3 −3 rplugin/python3/deoplete/filter/converter_auto_delimiter.py
+2 −1 rplugin/python3/deoplete/filter/converter_auto_paren.py
+2 −1 rplugin/python3/deoplete/filter/converter_case.py
+2 −1 rplugin/python3/deoplete/filter/converter_remove_overlap.py
+2 −1 rplugin/python3/deoplete/filter/converter_remove_paren.py
+3 −2 rplugin/python3/deoplete/filter/converter_reorder_attr.py
+3 −1 rplugin/python3/deoplete/filter/converter_truncate_abbr.py
+3 −1 rplugin/python3/deoplete/filter/converter_truncate_info.py
+3 −1 rplugin/python3/deoplete/filter/converter_truncate_kind.py
+3 −1 rplugin/python3/deoplete/filter/converter_truncate_menu.py
+3 −1 rplugin/python3/deoplete/filter/converter_word_abbr.py
+2 −1 rplugin/python3/deoplete/filter/matcher_cpsm.py
+3 −1 rplugin/python3/deoplete/filter/matcher_full_fuzzy.py
+3 −3 rplugin/python3/deoplete/filter/matcher_fuzzy.py
+3 −1 rplugin/python3/deoplete/filter/matcher_head.py
+3 −1 rplugin/python3/deoplete/filter/matcher_length.py
+3 −1 rplugin/python3/deoplete/filter/matcher_matchfuzzy.py
+2 −1 rplugin/python3/deoplete/filter/sorter_rank.py
+3 −1 rplugin/python3/deoplete/filter/sorter_word.py
+2 −3 rplugin/python3/deoplete/logger.py
+7 −6 rplugin/python3/deoplete/parent.py
+2 −1 rplugin/python3/deoplete/source/around.py
+2 −2 rplugin/python3/deoplete/source/base.py
+2 −1 rplugin/python3/deoplete/source/buffer.py
+20 −16 rplugin/python3/deoplete/source/file.py
+2 −1 rplugin/python3/deoplete/source/member.py
+2 −1 rplugin/python3/deoplete/source/omni.py
+5 −8 rplugin/python3/deoplete/util.py
2 changes: 1 addition & 1 deletion vim/pack/airblade/start/vim-gitgutter
2 changes: 1 addition & 1 deletion vim/pack/junegunn/start/fzf.vim
2 changes: 1 addition & 1 deletion vim/pack/w0rp/start/ale
Submodule ale updated from 9387cc to 9b5c09
2 changes: 1 addition & 1 deletion zsh/modules/zsh-users/zsh-completions

0 comments on commit d8f2eb2

Please sign in to comment.