diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 3d4499f..b7fd3f4 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -44,6 +44,12 @@ return packer.startup(function(use) use "wbthomason/packer.nvim" -- Have packer manage itself use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins + use "vim-airline/vim-airline" -- Plugin to give a much blingier neo-vim status-line, with themes available for GruvBox/CodeDark. + use "mhinz/vim-startify" -- Neo-vim customizable Neo-vim start-page, w/ bookmarks/ascii cow programming humor each launch/re-load. + use "yggdroot/indentline" -- A great fct. to visualize layers of column/vertical alignment groups of code. + use "rafi/awesome-vim-colorschemes" -- Various vim-colour schemes. + use "ryanoasis/vim-devicons" -- Developer icons for Neo-vim plugins like file-managers... + use "tpope/vim-surround" -- great tag/code-encapsulator plugin. -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins