dotfiles/lua/plugins/lspconfig.lua
Joshua Finch 487f874984 Massive rewrite and modularization of the existing neovim config to
break it up into multiple files and to use a maintained package manager
(lazy.nvim)
2024-02-29 21:22:09 -06:00

5 lines
58 B
Lua

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