Commit Graph

501 Commits

Author SHA1 Message Date
cdanesi ad00d0c53e chore: enable core/autosave 2026-05-22 14:16:25 -04:00
cdanesi e8b06dedda chore: add missing NvimTreeFindFile to command list 2026-05-22 14:03:07 -04:00
cdanesi 72394f9cdb chore: set scrolloff = 999 to center the active line while editing markdown files 2026-05-22 14:01:41 -04:00
cdanesi 4ed5242b82 chore: remove systemd_ls from mason config 2026-05-22 14:00:17 -04:00
cdanesi 5974bb4dc5 chore: move new keymaps to EOF with the rest 2026-05-22 13:58:27 -04:00
cdanesi dacc81b252 chore: add autosave for markdown files 2026-05-22 13:56:57 -04:00
cdanesi 061e84bf57 chore: update lock file 2026-05-09 22:04:25 -04:00
cdanesi 64c3a663bd chore: update config version 2026-05-09 22:03:40 -04:00
cdanesi 7893315fbc chore: enable persistent workspaces 2026-05-09 22:01:10 -04:00
cdanesi 3a707ee5ac chore: add npm to list of programs to restore 2026-05-09 21:58:38 -04:00
cdanesi c63484d087 chore: update telekasten config
add helper commands for additional note creation (review templates)
fix markdown wrap
re-enable note link commands
2026-05-09 21:56:42 -04:00
cdanesi c7ee19c756 chore: add rule for Safari windows to aerospace config 2026-04-24 09:53:03 -04:00
cdanesi 5968422157 chore: update lazy-lock.json 2026-01-18 23:07:34 -05:00
cdanesi 35de693a62 chore: update dictionary 2026-01-18 23:06:48 -05:00
cdanesi 30ee5cee91 feat: swap alt + win on desktop keyboard to match layout of Apple keyboards 2026-01-18 23:01:07 -05:00
cdanesi 81f3829d22 feat: add beancount completions 2026-01-17 23:04:44 -05:00
cdanesi f153abafc0 feat: add custom formatter and linter for beancount 2026-01-16 23:07:34 -05:00
cdanesi 959721b09d chore: clean up lualine by commenting out blocks 2025-10-06 21:16:12 -04:00
cdanesi a966200eac chore: re-enable debounce_hours option 2025-10-06 21:12:53 -04:00
cdanesi 8ac84fb26b chore: add jinja to languages to ensure get installed 2025-10-04 22:09:21 -04:00
cdanesi 3ef05d0242 feat: add njk -> jinja filetype mapping
- Created `core/filetypes.lua` to map `.njk` files to the `jinja` filetype
- Updated `core/init.lua` to load the new filetypes module
2025-10-04 22:04:45 -04:00
cdanesi b859869115 feat: add zellij default config 2025-10-04 20:31:54 -04:00
cdanesi eb3be704bb chore: enable git highlight in nvim-tree 2025-10-04 20:15:41 -04:00
cdanesi 67b9990eae chore: consolidate gitmoji.nvim config into autocomplete.lua 2025-10-04 20:06:01 -04:00
cdanesi d4e620e28b feat: add CopilotChat.nvim
Actually, I've had this for a while but chose not to commit. Still unsure if
I'm going to keep it as I don't use it at all
2025-10-04 19:57:29 -04:00
cdanesi d1d853b80c feat: add bullets.vim for improved list handling 2025-10-04 19:38:28 -04:00
cdanesi f2ba7740fe chore: update lazy-lock.json 2025-10-04 19:29:39 -04:00
cdanesi 1c52cb4ac0 chore: improve Markdown and codeblock formatting
- Update `prettier.lua` to handle injected code blocks with correct `lang_to_ft` and `lang_to_ext` mappings
- Remove deprecated `markdown_inline` filetype; rely on injected formatting instead
- Update `linting.lua` to match new configuration
- Remove unused formatting and linting tools
2025-10-04 19:22:31 -04:00
cdanesi 3cd44640da update: language corrections in mason config
remove Docker and systemd specific tooling
add PHP and SQL tooling
2025-10-04 19:20:31 -04:00
cdanesi 9b710cdad3 correct handlers config, refactor ensure_installed, add comments 2025-10-03 12:18:52 -04:00
cdanesi d5990edb11 reduce framerate for performance 2025-10-03 12:11:59 -04:00
cdanesi 3096387d18 update spell file 2025-10-03 12:10:35 -04:00
cdanesi 406585c221 add skip_ts_context_commentstring_module 2025-10-03 12:09:05 -04:00
cdanesi 648aab0620 add local variable to keep consistent with the rest of my config 2025-10-03 12:06:22 -04:00
cdanesi 5db95236fd clean up ensure_installed and add comments 2025-10-03 12:04:30 -04:00
cdanesi 18fa7a9223 update highlighting 2025-09-29 23:48:15 -04:00
cdanesi fce65354ea reworking lsp/mason configs 2025-09-29 23:47:41 -04:00
cdanesi 31f992a630 fix markdown editor settings 2025-09-29 23:44:18 -04:00
cdanesi ea5e36d5f3 fix join-with keybinds. (will probably change) 2025-09-14 20:14:47 -04:00
cdanesi d1661db559 add initial aerospace config 2025-09-05 21:34:28 -04:00
cdanesi 3648c8707e update nvim plugin configs 2025-08-29 21:12:30 -04:00
cdanesi 60f6f96cbd update tmux config to work with ssh-agent 2025-08-29 20:59:09 -04:00
cdanesi f10fd88a3f update bootstrap - move update remote to end 2025-08-29 20:57:44 -04:00
cdanesi db620f033c add yadm to fugitive config 2025-08-29 20:56:49 -04:00
cdanesi a38796b975 fix tpm path 2025-08-16 20:08:05 -04:00
cdanesi 3e038cb8f2 chore: enable comment pre_hook 2025-06-28 07:39:45 -04:00
cdanesi bd9e5575ec refactor lspconfig, remove redundant dependencies, replace neodev with lazydev 2025-06-28 07:33:08 -04:00
cdanesi a1ba4b61e3 chore: 💡update comments 2025-06-25 19:01:51 -04:00
cdanesi a684c986bd chore: plugins updated 2025-06-25 18:57:29 -04:00
cdanesi 3b111bf252 chore: cleaning up (remove and rename files, refactor config, fix errors) 2025-06-25 18:53:39 -04:00