Commit graph

134 commits

Author SHA1 Message Date
003ed12e84 Enable auto-save.nvim
All checks were successful
/ check (push) Successful in 1m49s
https://nix-community.github.io/nixvim/plugins/auto-save/index.html
https://github.com/okuuva/auto-save.nvim
2025-06-12 13:59:21 +01:00
08d31dbdd4 Re-add scrolloff 2025-06-12 13:06:35 +01:00
2d6166477b Sort results in an ascending order 2025-06-12 13:04:57 +01:00
77bce04e39 Refactor 2025-06-12 13:00:10 +01:00
9b54b177af Re-add mapping to run current_buffer_fuzzy_find
All checks were successful
/ check (push) Successful in 1m27s
2025-06-12 12:18:09 +01:00
a068e0481f Add an nvim package
Now I can run `nix run .#nvim` to run Neovim with any configuration
changes without having to rebuild my whole NixOS configuration.
2025-06-12 12:15:56 +01:00
e65f3e42a5 Re-add LSP keymaps 2025-06-12 12:13:49 +01:00
e1bd0932f8 Fix keymap mode 2025-06-12 12:13:49 +01:00
10a0c3d3a0 Re-add jk keymap to go back to normal mode
All checks were successful
/ check (push) Successful in 1m35s
2025-06-11 16:30:34 +01:00
233985bc33 Experiment with nvim-autopairs 2025-06-11 16:28:43 +01:00
b5b63211dc Add yt search engine to search YouTube 2025-06-11 00:54:49 +01:00
22173cc76b Configure filetypes
All checks were successful
/ check (push) Successful in 1m17s
2025-06-10 13:47:40 +01:00
3ca167aa70 Re-add signcolumn
All checks were successful
/ check (push) Successful in 1m19s
2025-06-10 13:20:44 +01:00
d234775406 Add keymaps
All checks were successful
/ check (push) Successful in 1m24s
2025-06-10 12:36:46 +01:00
d4334296c9 Re-add redshift
All checks were successful
/ check (push) Successful in 1m21s
2025-06-09 22:43:56 +01:00
8e3eceb110 Refactor imports 2025-06-09 22:15:34 +01:00
9f57068259 Add chromium 2025-06-09 21:50:17 +01:00
e2b435efb1 Make keymaps silent
All checks were successful
/ check (push) Successful in 1m27s
2025-06-08 17:49:53 +01:00
4b90a9d63f Don't automatically push tags 2025-06-08 13:23:13 +01:00
7c929002a9 Fix keymap
All checks were successful
/ check (push) Successful in 5m27s
2025-06-06 23:12:21 +01:00
36203f79f3 Add git-trim
All checks were successful
/ check (push) Successful in 1m34s
2025-06-06 16:48:40 +01:00
ecb2a05d60 Use nixvim 2025-06-06 16:35:16 +01:00
f0217e4640 Pin mpv to nixpkgs stable
All checks were successful
/ check (push) Successful in 1m38s
The unstable version is showing a blue screen instead of the video.
2025-06-04 00:26:11 +01:00
ddc74bda3e Refactor imports and remove default.nix files
All checks were successful
/ check (push) Successful in 1m14s
2025-06-01 23:20:00 +01:00
cd597828c5 Fix wallpaper path 2025-05-31 13:38:23 +01:00
dbbd356929 Fix sxhkd service not starting 2025-05-31 13:25:46 +01:00
0fdac5f9a8 Fix wallpaper path 2025-05-31 12:29:35 +01:00
ae6d6fa4e0 Add dmenu integration for tmux-sessionizer
All checks were successful
/ check (push) Successful in 1m19s
2025-05-30 12:13:19 +01:00
8f5acb2fdb Move keybinds from dwm to sxhkd
All checks were successful
/ check (push) Successful in 1m25s
2025-05-29 17:00:38 +01:00
a50ea1d336 Add an abbreviation for pushing Git tags
All checks were successful
/ check (push) Successful in 1m25s
2025-05-28 13:16:43 +01:00
098e9f4816 Refactor sxhkd to its own module 2025-05-25 15:13:25 +01:00
08a81b2b66 Open todo.txt in a new tab
All checks were successful
/ check (push) Successful in 1m7s
2025-05-23 11:28:04 +01:00
66474335ff Add keymaps to open and search my wiki and notes
All checks were successful
/ check (push) Successful in 1m9s
2025-05-22 08:56:52 +01:00
6e4c690e5d Remove global formatters and linters
All checks were successful
/ check (push) Successful in 1m12s
Following commit 724753327, this removes all global formatters and
linters so I can move them into project-specific flake.nix and .nvim.lua
files.
2025-05-22 08:38:49 +01:00
59fd01f155 Remove some Vim plugins
I'm not sure if or how much I use these.
2025-05-21 18:29:06 +01:00
724753327c Remove global tools and language servers
Re-add them as needed for each specific project using each project's
flake.nix file.
2025-05-21 18:28:24 +01:00
935c099c31 Remove unused plugins 2025-05-19 08:29:12 +01:00
24fc8e6845 Create scripts to add to and edit daily todo files
All checks were successful
/ check (push) Successful in 1m21s
2025-05-14 22:46:00 +01:00
3a8388b09f Refactor
All checks were successful
/ check (push) Successful in 1m22s
2025-05-14 20:54:30 +01:00
adcb941c6d Return early for ~/Code/work repositories 2025-05-14 20:53:54 +01:00
9fa76b531a Re-map left and right arrows 2025-05-09 22:17:16 +01:00
2e6f381772 Add rst keymaps for adding text annotations/notes
Used for adding speaker notes to presentation slides with rst2pdf.
2025-05-09 22:16:31 +01:00
d30cba946f Add git log abbreviations
All checks were successful
/ check (push) Successful in 3m4s
2025-05-09 20:05:45 +01:00
ea5e026a12 Add keymaps to turn lines into a rst list
All checks were successful
/ check (push) Successful in 1m37s
2025-05-08 23:44:20 +01:00
47841e3b26 Add keybinds to edit regular files 2025-05-08 22:23:25 +01:00
548181779e Add Sculpin abbreviations 2025-05-08 21:55:41 +01:00
e1e4bba0ec Add a snippet to scaffold a new flake.nix file
All checks were successful
/ check (push) Successful in 1m33s
2025-05-08 20:58:50 +01:00
c76a28d6b4 Add keymaps to turn lines into a plain text list
All checks were successful
/ check (push) Successful in 1m28s
2025-05-08 18:14:36 +01:00
b4e470961a Add git push abbreviations 2025-05-08 18:09:18 +01:00
899486ac14 Remove icons
All checks were successful
/ check (push) Successful in 1m40s
2025-05-08 13:03:27 +01:00