mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Lots of LSP lessons
This commit is contained in:
@@ -2,6 +2,10 @@ return {
|
||||
"neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
require("lspconfig").lua_ls.setup({})
|
||||
require("lspconfig").marksman.setup({})
|
||||
require("lspconfig").marksman.setup({
|
||||
root_dir = require("lspconfig.util").root_pattern(".marksman.toml", ".git", "*.md"),
|
||||
})
|
||||
require("lspconfig").bashls.setup({})
|
||||
require("lspconfig").yamlls.setup({})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user