change neovim config structure
remove dial.nvim add grubbox.nvim
This commit is contained in:
parent
e1609c825f
commit
22972a7f0a
4 changed files with 27 additions and 25 deletions
7
roles/neovim/files/lua/plugins.lua
Normal file
7
roles/neovim/files/lua/plugins.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return require('packer').startup(function()
|
||||
--- Packer can manage itself
|
||||
use 'wbthomason/packer.nvim'
|
||||
|
||||
-- Colorscheme
|
||||
use 'gruvbox-community/gruvbox'
|
||||
end)
|
Reference in a new issue