aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins.lua
blob: 14f9903869a01fffa1bf9b4e311021ccd013eb15 (plain)
1
2
3
4
5
6
7
8
9
10
return {
    "neovim/nvim-lspconfig",
    "hrsh7th/nvim-cmp",
    "hrsh7th/cmp-nvim-lsp",
    "hrsh7th/cmp-buffer",
    "hrsh7th/cmp-path",
    "hrsh7th/cmp-cmdline",
    "L3MON4D3/LuaSnip",
    "saadparwaiz1/cmp_luasnip",
}