From 30d061c958d4a8b479de310ec33a9ebc13905954 Mon Sep 17 00:00:00 2001 From: Dionisio E Alonso Date: Sun, 28 Mar 2021 21:23:24 -0300 Subject: [PATCH] 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. --- .gitmodules | 3 --- nvim/language_server.vim | 10 ---------- nvim/pack/misc/start/ale | 1 - vim/language_server.vim | 10 ---------- vim/pack/misc/start/ale | 1 - 5 files changed, 25 deletions(-) delete mode 120000 nvim/pack/misc/start/ale delete mode 160000 vim/pack/misc/start/ale diff --git a/.gitmodules b/.gitmodules index 7ef2938..b477d18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/nvim/language_server.vim b/nvim/language_server.vim index 3790d0d..0c7909a 100644 --- a/nvim/language_server.vim +++ b/nvim/language_server.vim @@ -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 gd (coc-definition) nmap gD (coc-implementation) diff --git a/nvim/pack/misc/start/ale b/nvim/pack/misc/start/ale deleted file mode 120000 index 31b6fb6..0000000 --- a/nvim/pack/misc/start/ale +++ /dev/null @@ -1 +0,0 @@ -../../../../vim/pack/misc/start/ale \ No newline at end of file diff --git a/vim/language_server.vim b/vim/language_server.vim index 3790d0d..0c7909a 100644 --- a/vim/language_server.vim +++ b/vim/language_server.vim @@ -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 gd (coc-definition) nmap gD (coc-implementation) diff --git a/vim/pack/misc/start/ale b/vim/pack/misc/start/ale deleted file mode 160000 index 4afbf2f..0000000 --- a/vim/pack/misc/start/ale +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4afbf2f25dc0ce86b118261b0cfb904c80ae6ba0