Skip to content

Commit

Permalink
Add: info on lsp module
Browse files Browse the repository at this point in the history
  • Loading branch information
BitInByte committed May 31, 2023
1 parent 5bc4971 commit 4aa4bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/modules/nv-lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ return {
},
build = ":MasonUpdate", -- :MasonUpdate updates registry contents
config = function()
-- Everything related to LSP need to have the following order
-- Mason should be first and then lsp and lastly all of the others
-- If we change this order, can lead to not expected behaviour
require("core.mason") -- lsp management
-- Lsp needs to be loaded after mason in order for
-- automatic_installation to work
Expand Down

0 comments on commit 4aa4bac

Please sign in to comment.