diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-01 00:46:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-01 00:46:00 +0800 |
| commit | 6996b6b24fbc5cadb93384b9ddd9e1407b63f46a (patch) | |
| tree | 43ae67db48af5cc1e918a344c4c3f6d8ec3e8a5d /lua | |
| parent | 9a1066b4e9d98d0a225526512a8889a226e94b7e (diff) | |
ALE is not needed (use nvim-lsp instead)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 96e964b..8471f54 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -165,9 +165,6 @@ require('packer').startup( -- Syntax check and make -- use 'neomake/neomake' - -- Another linting plugin - use 'dense-analysis/ale' - -- Auto format tools use {'sbdchd/neoformat', cmd = {'Neoformat', }} -- use 'Chiel92/vim-autoformat' |
