This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/roles/neovim/files/lua/plugins.lua
Pim Kunis 22972a7f0a change neovim config structure
remove dial.nvim
add grubbox.nvim
2023-01-20 16:58:46 +01:00

7 lines
159 B
Lua

return require('packer').startup(function()
--- Packer can manage itself
use 'wbthomason/packer.nvim'
-- Colorscheme
use 'gruvbox-community/gruvbox'
end)