added autosource to nvm

removed files
This commit is contained in:
Nydragon 2023-02-12 22:10:20 +01:00
parent 924df96e8d
commit 3e510cead9
2 changed files with 7 additions and 2 deletions

Binary file not shown.

View file

@ -40,6 +40,13 @@ return require('packer').startup(function(use)
use "EdenEast/nightfox.nvim" use "EdenEast/nightfox.nvim"
-- Autocompletion
use 'hrsh7th/cmp-nvim-lsp'
use 'hrsh7th/nvim-cmp'
use 'hrsh7th/cmp-path'
use 'hrsh7th/cmp-cmdline'
use 'hrsh7th/cmp-buffer'
vim.cmd([[ vim.cmd([[
augroup packer_user_config augroup packer_user_config
autocmd! autocmd!
@ -56,5 +63,3 @@ return require('packer').startup(function(use)
require('packer').sync() require('packer').sync()
end end
end) end)