Commit graph

402 commits

Author SHA1 Message Date
Julia
852b4fdd53 Added gnome packages to exclude 2025-08-31 16:54:23 -07:00
Fish
cf37c5191b Enabled fish 2025-08-30 22:14:23 -07:00
Fish
108bc9517b update fish config 2025-08-23 20:18:18 -07:00
6685dd8e70 chore: move shell settings into default 2025-08-22 11:53:52 -07:00
ae43ca8324 feat: enable undotree (not customized) 2025-08-22 00:55:57 -07:00
cb1d7ea523 fix: completions menu
closes #7
2025-08-22 00:48:01 -07:00
7b97d1ab8a chore: update flake inputs
motivation for this was to resolve an evaluation warning, as well as
hopefully get a copy of nixpkgs with ffmpeg svtav1 (with hydra builds)
2025-08-21 23:29:56 -07:00
3775459d8e tweak code action window
i've found previews dont work for ts lsp, so they're kind of silly to
have. instead it will open a smaller window.
2025-08-21 15:44:17 -07:00
cf72e73615 changes to neovim lsp keybinds 2025-08-21 15:38:12 -07:00
8b1a2872ac fix: smartquit had a syntax error my bad chat 2025-08-21 02:43:32 -07:00
d0037cbf0e chore(natalie): remove keybinds.nix
these keybinds are all superceded in the shared config
2025-08-21 01:59:19 -07:00
b34edc3a51 feat(vim): Smart quit popup
space q will close the application if all buffers are saved, otherwise a
dialog box shows up with the buffers that are not saved.
2025-08-21 01:57:32 -07:00
1052a1ccc3 feat: support 'prettierd' in autofmt
prettierd is a daemon for prettier, allowing lower latency formats
see https://github.com/fsouza/prettierd
2025-08-21 01:08:38 -07:00
0a5d9bfc17 fix: autofmt doesn't work in deno
tried to reduce but it's not worth it and related issues being open for
years gives me no confidence they will fix this. it also does not work
in bun, but i've opened https://github.com/oven-sh/bun/issues/22018
2025-08-21 00:37:56 -07:00
fa1fc5801a
Merge branch 'main' of paperclover.dev:nix/config 2025-08-19 21:36:21 -07:00
68598cc730
update vim stuff 2025-08-19 21:36:14 -07:00
6c74c73de2 chore: move autofmt into packages/autofmt 2025-08-19 01:33:36 -07:00
12e7bbc802 feat: more neovim things
space space -> pick a file in project
space b  -> pick a buffer
space '  -> pick a mark
space ?  -> search all keyboard shortcuts
space ff -> file fuzzy
space fg -> file grep
 (you can access regex search from within these two)
 (space fg then ctrl+q is helpful)

there are many other cute FzfLua menus, such as git_bcommits. but these
aren't useful enough on their own to warrent a dedicated key. you wont
remember them. but you can remember space tab to open the meta search to
search the search providers. i low-key want to use this one at load, so
i made it very easy to trigger. space tab bcom enter for example.
2025-08-19 01:01:36 -07:00
Fish
4df759d4c7 Merge branch 'main' of paperclover.dev:nix/config 2025-08-18 18:34:46 -07:00
Fish
5f1c61f4a2 Merged local changes with remote 2025-08-18 18:34:01 -07:00
84993913c2
Merge branch 'main' of paperclover.dev:nix/config 2025-08-18 14:00:28 -07:00
492998e1c2
Change git name 2025-08-18 14:00:14 -07:00
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
d3c18bc88c
Merge branch 'main' of paperclover.dev:nix/config 2025-08-17 21:18:59 -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
a48259e526
update android modules 2025-08-17 20:20:46 -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