Gen 336: tweaked visuals in nvim and btop, added more configuration for btop
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
colorschemes.kanagawa = {
|
||||
enable = true;
|
||||
colorschemes = {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
settings.flavour = "mocha";
|
||||
};
|
||||
kanagawa = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
diagnostics.signs = false;
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# need:
|
||||
#vim-markdown
|
||||
#vim-sneak
|
||||
#vim-slash
|
||||
#undotree
|
||||
#automkdr.nvim
|
||||
extraPlugins = [
|
||||
(pkgs.vimUtils.buildVimPlugin { # vimwiki
|
||||
name = "vimwiki";
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user