diff options
author | Yigit Sever | 2021-11-21 23:01:04 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-21 23:01:04 +0300 |
commit | feccedc230222679108362ff584a2860f784f334 (patch) | |
tree | 440d8c2cdb710a7fad4646ad6b06b9c077118819 /.config/nvim/lua/plugins.lua | |
parent | 6093c9230bddceb7d3698edc5c476651129113f3 (diff) | |
download | dotfiles-feccedc230222679108362ff584a2860f784f334.tar.gz dotfiles-feccedc230222679108362ff584a2860f784f334.tar.bz2 dotfiles-feccedc230222679108362ff584a2860f784f334.zip |
nvim: migrate to alpha
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index a412fda..4c66bd3 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -20,8 +20,10 @@ return require('packer').startup(function() | |||
20 | -- quickstart lsp config | 20 | -- quickstart lsp config |
21 | use 'neovim/nvim-lspconfig' | 21 | use 'neovim/nvim-lspconfig' |
22 | -- dashboard | 22 | -- dashboard |
23 | use 'glepnir/dashboard-nvim' | 23 | use { |
24 | 24 | 'goolord/alpha-nvim', | |
25 | requires = { 'kyazdani42/nvim-web-devicons' } | ||
26 | } | ||
25 | -- completion suite | 27 | -- completion suite |
26 | use 'hrsh7th/nvim-cmp' | 28 | use 'hrsh7th/nvim-cmp' |
27 | use 'hrsh7th/cmp-nvim-lsp' | 29 | use 'hrsh7th/cmp-nvim-lsp' |