Gen 336: tweaked visuals in nvim and btop, added more configuration for btop

This commit is contained in:
pagedMov
2024-10-11 03:26:30 -04:00
parent f3a8370799
commit 41660a217f
6 changed files with 47 additions and 21 deletions

View File

@@ -1,12 +1,6 @@
{ lib, pkgs, ... }:
{ pkgs, ... }:
{
# need:
#vim-markdown
#vim-sneak
#vim-slash
#undotree
#automkdr.nvim
extraPlugins = [
(pkgs.vimUtils.buildVimPlugin { # vimwiki
name = "vimwiki";

View File

@@ -5,8 +5,8 @@
options = {
icons_enabled = true;
theme = "auto";
component_separators = {left = ""; right = "";};
section_separators = {left = ""; right = "";};
component_separators = {left = ""; right = "";};
section_separators = {left = ""; right = "";};
always_divide_middle = true;
globalstatus = false;
refresh = {