Made ALE better compatible with the built-in LSP

This commit is contained in:
PowerUser64 2021-09-03 01:53:53 -07:00
parent da0466c2fe
commit 7be51e66b4

View file

@ -64,9 +64,14 @@ return require('packer').startup(function()
-- require("other").packer_lazy_load "vim-matchup"
-- end,
}
use 'dense-analysis/ale'
use {
'dense-analysis/ale',
config = function()
vim.g.ale_disable_lsp = 1
end
}
---- Other IDE fratures
---- Other IDE features
use { -- git integration
'lewis6991/gitsigns.nvim',
requires = {