Files
dotfiles/.config/nvim/lua/plugins/lsp.lua
2025-01-22 22:29:58 +01:00

6 lines
98 B
Lua

return {
{'neovim/nvim-lspconfig'},
{'hrsh7th/cmp-nvim-lsp'},
{'hrsh7th/nvim-cmp'},
}