Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

FIX improperly defined nvim-cmp deps

+9 -4
+9 -4
nvim/lua/plugins.lua
··· 29 29 }, {"rebelot/kanagawa.nvim", opts = {compile = true}}, 30 30 -- show indents and whitespace characters 31 31 "lukas-reineke/indent-blankline.nvim", -- Completion 32 - "hrsh7th/nvim-cmp", "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", 33 - "hrsh7th/cmp-path", "hrsh7th/cmp-vsnip", "hrsh7th/vim-vsnip", 34 - "petertriho/cmp-git", -- Completion 35 - "hrsh7th/nvim-compe", "hrsh7th/vim-vsnip", -- nvim lsp plugins 32 + -- Completion 33 + { 34 + "hrsh7th/nvim-cmp", 35 + dependencies = { 36 + "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", "hrsh7th/cmp-path", 37 + "hrsh7th/cmp-vsnip", "hrsh7th/vim-vsnip", "petertriho/cmp-git", 38 + "hrsh7th/cmp-cmdline" 39 + } 40 + }, -- nvim lsp plugins 36 41 "neovim/nvim-lspconfig", { 37 42 "nvimdev/lspsaga.nvim", 38 43 dependencies = {