-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/haroun/dotfiles into main
* 'main' of https://github.com/haroun/dotfiles: set neovim lsp packages as optional
- Loading branch information
Showing
9 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule defx.nvim
updated
19 files
Submodule deoplete.nvim
updated
36 files
Submodule elixir-ls
updated
16 files
Submodule fzf
updated
16 files
+36 −0 | .github/workflows/codeql-analysis.yml | |
+1 −1 | BUILD.md | |
+6 −0 | CHANGELOG.md | |
+8 −0 | Makefile | |
+2 −2 | README-VIM.md | |
+8 −1 | README.md | |
+1 −1 | install | |
+7 −3 | install.ps1 | |
+1 −1 | man/man1/fzf-tmux.1 | |
+8 −2 | man/man1/fzf.1 | |
+2 −2 | plugin/fzf.vim | |
+4 −18 | shell/key-bindings.zsh | |
+1 −1 | src/ansi.go | |
+2 −0 | src/options.go | |
+9 −0 | src/terminal.go | |
+26 −0 | test/test_go.rb |
Submodule fzf.vim
updated
4 files
+20 −3 | autoload/fzf/vim.vim | |
+15 −1 | bin/preview.sh | |
+4 −1 | bin/tagpreview.sh | |
+12 −25 | plugin/fzf.vim |
Submodule ale
updated
from 9387cc to 9b5c09