Fixing himalaya. removing markview nvim plugin. adding <space>xx for Trouble

master
Dustin Swan 7 hours ago
parent 81db7e0703
commit 0d7c4df7ab
Signed by: dustinswan
GPG Key ID: 30D46587E2100467

@ -32,14 +32,14 @@ in
poppler-utils # pdftotext poppler-utils # pdftotext
xan # e.g. xan slice 3,2 file.csv | xan behead | xan view -An; see also: csvi xan # e.g. xan slice 3,2 file.csv | xan behead | xan view -An; see also: csvi
doxx # read docx files 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 # snitch # see also: bandwhich
epy # ebook reader. see also: erp; bookokrat; lue epy # ebook reader. see also: erp; bookokrat; lue
# mimic # tts engine, used by epy # mimic # tts engine, used by epy
posting # see also: httpie, yapi, sled, Yaak (GUI), Bruno (GUI) posting # see also: httpie, yapi, sled, Yaak (GUI), Bruno (GUI)
croc magic-wormhole # transfer files croc magic-wormhole # transfer files
# calcure # calendar cli app, can point to ics files or URL # 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 doggo # dig
ddev ddev
ngrok ngrok

@ -92,11 +92,10 @@ in
himalaya = { himalaya = {
enable = true; enable = true;
settings = { settings = {
# backend = "imap"; backend = {
# maildir.root-dir = "/Users/dustinswan/Mail/FastMail"; type = "maildir";
# message.send.backend = "smtp"; root-dir = "${builtins.getEnv "HOME"}/Mail/FastMail";
# sent-folder = "Sent"; };
# draft-folder = "Drafts";
}; };
}; };
signature = { signature = {

@ -37,6 +37,7 @@
{ key = "<leader>/"; action = "<cmd>Tv text<cr>"; } { key = "<leader>/"; action = "<cmd>Tv text<cr>"; }
{ key = "<leader>bd"; action = "<cmd>bdelete<cr>"; } { key = "<leader>bd"; action = "<cmd>bdelete<cr>"; }
{ key = "<leader>nd"; action = "<cmd>NoiceDismiss<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-l>"; action = "<cmd>bnext<cr>"; }
{ key = "<S-h>"; action = "<cmd>bprev<cr>"; } { key = "<S-h>"; action = "<cmd>bprev<cr>"; }
]; ];
@ -100,7 +101,7 @@
}; };
# lsp-format.enable = true; # lsp-format.enable = true;
lsp-lines.enable = true; lsp-lines.enable = true;
markview.enable = true; # markview.enable = true;
neo-tree.enable = true; neo-tree.enable = true;
notify.enable = true; notify.enable = true;
nix.enable = true; nix.enable = true;

Loading…
Cancel
Save