Made ALE better compatible with the built-in LSP
This commit is contained in:
parent
da0466c2fe
commit
7be51e66b4
1 changed files with 7 additions and 2 deletions
|
@ -64,9 +64,14 @@ return require('packer').startup(function()
|
||||||
-- require("other").packer_lazy_load "vim-matchup"
|
-- require("other").packer_lazy_load "vim-matchup"
|
||||||
-- end,
|
-- 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
|
use { -- git integration
|
||||||
'lewis6991/gitsigns.nvim',
|
'lewis6991/gitsigns.nvim',
|
||||||
requires = {
|
requires = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue