aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins.lua
blob: cc2b31ccf044c5446162b1c5321cebe4799f5d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
    {
        "windwp/nvim-autopairs",
        event = "InsertEnter",
        opts = {}
    }
}