fmt: alejandra
This commit is contained in:
parent
a6a7676c4e
commit
537828c2e9
22 changed files with 124 additions and 168 deletions
|
@ -1,10 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
gruvbox-material
|
||||
];
|
||||
|
||||
|
||||
extraConfigLua = ''
|
||||
vim.o.termguicolors = true
|
||||
vim.g.gruvbox_material_background = 'hard'
|
||||
|
@ -12,4 +10,3 @@
|
|||
vim.cmd.colorscheme('gruvbox-material')
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue