Commit graph

378 commits

Author SHA1 Message Date
38a0ff6959 chore: rename chloe -> clover, julia -> fish
names are fun. for a few weeks i've been presenting publicly with the
name 'clover', and i like it a lot. for me it's sort of a name tier,
where friends can call me chloe for short, but my full name is clover.
(and for people very close to me, there's more names to unlock).

julia to fish is from a misunderstanding. i used the name julia with her
a lot because it sounded more like a usual name, so i assumed it was.
but no, that's just a nickname. an extra option. her preferred name is
fish. simple as. i am sorry for this confusion.
2025-08-18 00:44:21 -07:00
13f07b32b0 clover: more treats 2025-08-18 00:25:53 -07:00
6cb28f1a2d feat: nix keybind system, delete snacks, add lazygit/fzf
i've had issues with snacks' file tree, to the point where the delete
operation would corrupt my editor state. the worst of which being a bug
that caused my entire project to get deleted when pressing 'd' on a
directory with corrupt state[1]. it's unacceptable, and i no longer
trust any of the 'snacks.nvim' project.

the neotree plugin is much nicer in my opinion, and what's great about
it is there is a easy command list by pressing '?' on the file view.

the big part of this commit is introducing 'vim.keybinds' (not to be
confused with the existing 'keymaps' array). we now have a centralized
system for defining keyboard shortcuts. in theory, user configs can
override my default keymap, but i think the current users will
appreciate these default settings. theres a handful of built-in keybinds
for activating the newly added fzf-lua plugin (replaces telescope and
snacks' pickers, losing no functionality).

as one bonus treat, leader g g for integrated lazygit!

[1]:
af60d1172f
2025-08-18 00:25:32 -07:00
ce8580e840 chore: add mailmap file 2025-08-17 21:37:26 -07:00
ff5e23efc2 feat: "autofmt" code formatter
different codebases use different formatters. autofmt looks for project
configuration to pick the correct formatter, allowing an editor to
simply point to the script and have all ambiguities resolved.

this commit overhauls the conform configuration to set up autofmt
correctly, as well installing it with 'pkgs.autofmt'

closes #6
2025-08-17 20:43:47 -07:00
2e9eda64d4
add expo dev deps 2025-08-11 22:29:50 -07:00
8839920717
added expo deps 2025-08-07 09:26:03 -07:00
13d8d059fc
remove conflicting option 2025-08-05 09:59:09 -07:00
bf7520f4eb
remove weird file name 2025-08-05 09:53:40 -07:00
e5fab6cb18
Merge branch 'main' of paperclover.dev:nix/config 2025-08-05 09:32:00 -07:00
918c1dcba5
added latex compiler 2025-08-05 09:31:56 -07:00
b0b81115da
Merge branch 'main' of paperclover.dev:nix/config 2025-08-02 14:38:29 -07:00
866298a4f1
updates 2025-08-02 14:36:50 -07:00
992f77e656
clean up default home options, add lsd 2025-08-01 20:59:12 -07:00
a58f16e18b
migrate to nvf v0.8 2025-08-01 20:07:24 -07:00
a040cebe8e
various changes 2025-08-01 19:21:02 -07:00
clo
5dc2d9d1da Delete test.ts 2025-07-24 20:43:30 -07:00
9a6c19c2b2 chloe: vim 2025-07-24 20:42:09 -07:00
52af6ce142
merge 2025-07-22 16:20:50 -07:00
6f01e88f0c
Merge branch 'main' of paperclover.dev:nix/config 2025-07-22 16:20:01 -07:00
d7d5390a94
do something with discord 2025-07-22 16:17:26 -07:00
71b0ce756a nix: fix default opts not applying
previously mkDefault/mkOverride on vim.options would go before nvf's
defaults, which would basically make none of them apply. now it doesn't
use an override priority, at the cost that overriding any of these in a
user config will not work without mkForce.

also enable swapfiles, closes #1
2025-07-22 15:58:35 -07:00
20087783d3 chloe: more work things 2025-07-22 15:31:23 -07:00
d57615d964
updated inputs 2025-07-15 14:06:48 -07:00
85cd4c21f2 mewow 2025-07-14 15:49:59 -07:00
10d8cda843 fix fish nvim shortcut 2025-07-05 21:20:10 -07:00
fda999db96
we stop redirecting to 2 2025-07-05 21:13:42 -07:00
512a87da53
fix silly typo :p 2025-07-05 21:11:55 -07:00
4c139f1a7a
moved nvim config options upstream 2025-07-05 21:04:38 -07:00
e6df94da34
Merge branch 'main' of paperclover.dev:nix/config 2025-07-05 20:35:03 -07:00
b808a79ab2 fixing things 2025-07-05 20:33:02 -07:00
db93fc5149
Merge branch 'main' of paperclover.dev:nix/config 2025-07-05 20:31:55 -07:00
454a26a85a Merge remote-tracking branch 'origin/julia' 2025-07-05 17:11:51 -07:00
fe54e9b0c9 i am a meower and i forgot what i did 2025-07-05 17:08:16 -07:00
4502f0036f
removed R 2025-07-05 09:25:26 -07:00
918824a59e fish 2025-07-04 23:44:41 -07:00
300d20bdee remove sample.keys 2025-07-04 23:06:29 -07:00
171bdea72d remove lix 2025-07-04 22:51:18 -07:00
90fa812e6a Merge remote-tracking branch 'origin/nats' into chloe 2025-07-04 21:47:29 -07:00
680b809062
update flake inputs 2025-07-04 21:30:20 -07:00
ac6a001967 Merge paperclover.dev:clo/config into chloe 2025-07-04 21:29:59 -07:00
d6ce08fa89
added devenv 2025-07-02 15:45:43 -07:00
381a06acdf
various things i forgot to commit 2025-06-12 15:14:43 -07:00
ab7dc1a697 more treats for chloe 2025-06-07 13:56:21 -07:00
bef0fb01c2
remove aws-sdk from lix deps 2025-05-28 12:33:47 -07:00
40840a8084
run format 2025-05-28 12:06:37 -07:00
800f63b000
made config work on nixos 2025-05-28 08:31:42 -07:00
b9e231d72f
remove stylix, add lix 2025-05-27 22:30:34 -07:00
b3d5a28141
removed stylix, updated nvf 2025-05-27 19:56:17 -07:00
926f53011d fun neovim things 2025-05-27 19:12:01 -07:00