Compare commits
3 Commits
c4ac477d6f
...
dabff16a37
Author | SHA1 | Date |
---|---|---|
Sam | dabff16a37 | |
Sam | 5fae14f4fc | |
Sam | c51cb70732 |
|
@ -10,6 +10,9 @@
|
|||
html = { enable = true; };
|
||||
yamlls = { enable = true; };
|
||||
marksman = { enable = true; };
|
||||
ccls = { enable = true; };
|
||||
cssls = { enable = true; };
|
||||
r-language-server = { enable = true; };
|
||||
#sqls = {enable = true;};
|
||||
};
|
||||
keymaps = {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
src = "cd ~/.local/share/src";
|
||||
};
|
||||
history.size = 10000;
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
urgency_critical = {
|
||||
background = "#${config.colorScheme.colors.base08}";
|
||||
foreground = "#${config.colorScheme.colors.base05}";
|
||||
frame_color = "#${config.colorScheme.colors.base00}";
|
||||
frame_color = "#${config.colorScheme.colors.base05}";
|
||||
timeout = 0;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue