Fixing himalaya. removing markview nvim plugin. adding <space>xx for Trouble
This commit is contained in:
parent
81db7e0703
commit
0d7c4df7ab
3 changed files with 8 additions and 8 deletions
|
|
@ -32,14 +32,14 @@ in
|
|||
poppler-utils # pdftotext
|
||||
xan # e.g. xan slice 3,2 file.csv | xan behead | xan view -An; see also: csvi
|
||||
doxx # read docx files
|
||||
sqlit-tui # see also: harlequin; lazysql; gobang; dblab
|
||||
sqlit-tui # see also: pam; harlequin; lazysql; gobang; dblab
|
||||
# snitch # see also: bandwhich
|
||||
epy # ebook reader. see also: erp; bookokrat; lue
|
||||
# mimic # tts engine, used by epy
|
||||
posting # see also: httpie, yapi, sled, Yaak (GUI), Bruno (GUI)
|
||||
croc magic-wormhole # transfer files
|
||||
# calcure # calendar cli app, can point to ics files or URL
|
||||
dust duf dua # disk usage
|
||||
dust duf dua # disk usage. see also: cull
|
||||
doggo # dig
|
||||
ddev
|
||||
ngrok
|
||||
|
|
|
|||
|
|
@ -92,11 +92,10 @@ in
|
|||
himalaya = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# backend = "imap";
|
||||
# maildir.root-dir = "/Users/dustinswan/Mail/FastMail";
|
||||
# message.send.backend = "smtp";
|
||||
# sent-folder = "Sent";
|
||||
# draft-folder = "Drafts";
|
||||
backend = {
|
||||
type = "maildir";
|
||||
root-dir = "${builtins.getEnv "HOME"}/Mail/FastMail";
|
||||
};
|
||||
};
|
||||
};
|
||||
signature = {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
{ key = "<leader>/"; action = "<cmd>Tv text<cr>"; }
|
||||
{ key = "<leader>bd"; action = "<cmd>bdelete<cr>"; }
|
||||
{ key = "<leader>nd"; action = "<cmd>NoiceDismiss<cr>"; }
|
||||
{ key = "<leader>xx"; action = "<cmd>Trouble diagnostics toggle<cr>"; }
|
||||
{ key = "<S-l>"; action = "<cmd>bnext<cr>"; }
|
||||
{ key = "<S-h>"; action = "<cmd>bprev<cr>"; }
|
||||
];
|
||||
|
|
@ -100,7 +101,7 @@
|
|||
};
|
||||
# lsp-format.enable = true;
|
||||
lsp-lines.enable = true;
|
||||
markview.enable = true;
|
||||
# markview.enable = true;
|
||||
neo-tree.enable = true;
|
||||
notify.enable = true;
|
||||
nix.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue