mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
8 lines
153 B
Lua
8 lines
153 B
Lua
return {
|
|
"neovim/nvim-lspconfig",
|
|
config = function()
|
|
require("lspconfig").lua_ls.setup({})
|
|
require("lspconfig").marksman.setup({})
|
|
end,
|
|
}
|