Remove ALE plugin submodule

Removed the ALE Neovim/Vim plugin in favour of other similar plugins
such as Neovim's native LSP and Conquer of Completion for Vim.
This commit is contained in:
Dionisio E Alonso 2021-03-28 21:23:24 -03:00
parent 8a377f8ce0
commit 30d061c958
5 changed files with 0 additions and 25 deletions

3
.gitmodules vendored
View File

@ -7,9 +7,6 @@
[submodule "vim/pack/misc/start/indentLine"]
path = vim/pack/misc/start/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "vim/pack/misc/start/ale"]
path = vim/pack/misc/start/ale
url = https://github.com/dense-analysis/ale.git
[submodule "vim/pack/misc/start/auto-pairs"]
path = vim/pack/misc/start/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git

View File

@ -1,13 +1,3 @@
let g:ale_linters = {
\ 'python': ['flake8', 'pyls', 'pylint']
\}
let g:ale_completion_enabled = v:true
let g:ale_python_pylint_options = '--disable=missing-docstring,invalid-name,'
\ . 'redefined-outer-name,'
\ . 'logging-format-interpolation'
let g:ale_enabled = v:false
let g:ale_completion_enabled = v:false
" Remap keys for gotos
nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gD <Plug>(coc-implementation)

View File

@ -1 +0,0 @@
../../../../vim/pack/misc/start/ale

View File

@ -1,13 +1,3 @@
let g:ale_linters = {
\ 'python': ['flake8', 'pyls', 'pylint']
\}
let g:ale_completion_enabled = v:true
let g:ale_python_pylint_options = '--disable=missing-docstring,invalid-name,'
\ . 'redefined-outer-name,'
\ . 'logging-format-interpolation'
let g:ale_enabled = v:false
let g:ale_completion_enabled = v:false
" Remap keys for gotos
nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gD <Plug>(coc-implementation)

@ -1 +0,0 @@
Subproject commit 4afbf2f25dc0ce86b118261b0cfb904c80ae6ba0