Fix lsp
This commit is contained in:
parent
0d7bcd581d
commit
448c00ee1d
@ -54,7 +54,7 @@ return require("packer").startup(function(use)
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
event = "BufEnter",
|
event = "UIEnter",
|
||||||
run = ":TSUpdate",
|
run = ":TSUpdate",
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -214,8 +214,5 @@ return require("packer").startup(function(use)
|
|||||||
|
|
||||||
-- integrations
|
-- integrations
|
||||||
use({ "tpope/vim-fugitive", cmd = "G" })
|
use({ "tpope/vim-fugitive", cmd = "G" })
|
||||||
|
|
||||||
-- fixes and misc. stuff
|
|
||||||
use({ "antoinemadec/FixCursorHold.nvim", event = "UIEnter" })
|
|
||||||
end)
|
end)
|
||||||
-- vim:set shiftwidth=4 tabstop=4:
|
-- vim:set shiftwidth=4 tabstop=4:
|
||||||
|
Loading…
Reference in New Issue
Block a user