dotfiles/.config/nvim/lua/plugins/mod/lspconfig.lua
2024-11-28 23:03:44 +00:00

4 lines
53 B
Lua

return {
"neovim/nvim-lspconfig",
lazy = false
}