added autosource to nvm
removed files
This commit is contained in:
parent
924df96e8d
commit
3e510cead9
2 changed files with 7 additions and 2 deletions
Binary file not shown.
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue