Commit graph

70 commits

Author SHA1 Message Date
js0ny
e8d5568745 feat(keymaps): Use cd to LSP Rename (N) 2025-04-02 19:29:45 +01:00
js0ny
124703b2e0 feat?(nvim): Migrate to 0.11 2025-03-26 16:43:51 +00:00
js0ny
48331347fd perf(nvim): Apply lazy load for all plugins 2025-03-26 14:28:52 +00:00
js0ny
1716712787 Minor Fix 2025-03-25 11:41:45 +00:00
js0ny
797ddef79b refractor(nvim): Put lang specific config to plugins/mod/lang
* Local leader to <C-k>
* Add org mappings to match emacs behaviour
* Put lang specific config to plugins/mod/lang, currently markdown and
org
2025-03-25 01:21:43 +00:00
js0ny
ccaf0ce33e fix and some QoL changes
* antidots on readline inputrc
* keyd to platforms/linux/keyd
* org hide archive and sync vanilla with doom on custom vars
* delete some appearance plugins
2025-03-25 01:19:32 +00:00
js0ny
ee793c54af Use just to manage specific configs 2025-03-23 21:02:21 +00:00
js0ny
9aef06aa74 Minor fix 2025-03-21 16:07:50 +00:00
js0ny
61591c48a6 fix(nvim): Fix multicursor and port to lua 2025-03-21 00:48:37 +00:00
js0ny
569238e45f feat(nvim): Change completion source to blink.cmp
* fix: Completion does not work under Linux
* chore: Load less LSPs
* feat: Add selection border for completions
2025-03-21 00:46:30 +00:00
js0ny
47197902c8 Minor fix 2025-03-21 00:45:00 +00:00
js0ny
972dfa8c5e feat(vim): non-normal state H/I 2025-03-20 20:10:53 +00:00
js0ny
2cff95950c minor fix 2025-03-16 22:21:02 +00:00
js0ny
6d9140dc52 feat(nvim): Add some buffer-specific keymaps 2025-03-14 14:16:05 +00:00
js0ny
0d6e24aa61 minor fix 2025-03-14 14:15:51 +00:00
js0ny
c6ad959982 minor fix 2025-03-13 10:31:31 +00:00
js0ny
5593edde3a Sync from Windows 2025-03-07 15:02:52 +00:00
js0ny
85ac355294 feat(nvim, vscode): Add ga for quickfix 2025-03-05 13:57:16 +00:00
js0ny
869e6ed042 fix(nvim): Use Tab, S-Tab to navigate between cursor positions 2025-03-05 12:38:30 +00:00
js0ny
f12260deb2 chore(nvim): optimize lazy loading 2025-03-05 01:31:11 +00:00
js0ny
6f3665bf47 feat(nvim): Replace mini.pairs with autopairs 2025-03-05 01:30:49 +00:00
js0ny
abfa1bebec feat(nvim): Use <cmd> instead of :
* This will not let the cursor move when executing commands
2025-03-04 23:28:51 +00:00
js0ny
5684ceaf0c feat(nvim): Use toggleterm instead of floaterm
* Light scheme to rose-pine
2025-03-04 23:24:16 +00:00
js0ny
59cd198cfc Minor fix 2025-03-04 23:23:28 +00:00
js0ny
baa6b368c3 minor fix 2025-03-03 22:39:24 +00:00
js0ny
f6c8ed920d minor fix 2025-03-02 13:28:19 +00:00
js0ny
8395c93cac feat(nvim): Basic debugger setup 2025-02-27 10:44:06 +00:00
js0ny
8575e2e376 fix(nvim): Add some "lost" keymaps 2025-02-27 03:27:22 +00:00
js0ny
42b83d4696 fix(nvim): Fix keymaps migration issues 2025-02-26 14:00:24 +00:00
js0ny
f10828fdac chore(nvim): Change to lazy.nvim recommended format 2025-02-26 03:06:43 +00:00
js0ny
19cedd3fdc minor fix 2025-02-25 20:53:00 +00:00
js0ny
ec73a87334 minor fix 2025-02-25 12:34:34 +00:00
js0ny
cb81dc8d53 feat(nvim): Neovide integration 2025-02-23 19:52:54 +00:00
js0ny
48a93e2998 minor fix 2025-02-23 19:52:23 +00:00
js0ny
bf26d5ed56 feat(nvim): Initialise dap 2025-02-22 12:14:55 +00:00
js0ny
430d9485ca Merge remote-tracking branch 'refs/remotes/github/master' 2025-02-22 12:13:44 +00:00
js0ny
385f289e1a feat(nvim): AI edit with avante-nvim 2025-02-22 12:11:14 +00:00
js0ny
0edbd406a7 Merge branch 'master' of codeberg.org:js0ny/dotfiles 2025-02-21 20:19:15 +00:00
js0ny
6885636712 feat(nvim): Initialise debugger 2025-02-21 20:16:07 +00:00
js0ny
a263c69880 Merge branch 'master' of https://github.com/js0ny/dotfiles 2025-02-21 11:33:04 +00:00
js0ny
72ad30fd10 Minor fix 2025-02-21 11:30:41 +00:00
js0ny
92d6735791 sync 2025-02-20 13:17:01 +00:00
js0ny
b4030c469e feat(bash): Add antidots bash config 2025-02-13 19:59:11 +00:00
js0ny
73f008458a Sync from Windows 2025-02-13 01:28:55 +00:00
js0ny
a506ee28ad feats: nvim, emacs, shell
* nvim: Add copilot completions
* nvim: grug-far buffer won't show lualine & winbar now
* nvim: remove obsidian.nvim
* nvim: luasnip now works
* emacs: more keymaps in org-mode
* emacs: start customizing leader keys
* shell: Add more ls aliases
* shell: Add apt alias in fish
2025-02-10 22:37:58 +00:00
js0ny
58a47f91d8 Minor fix 2025-02-09 23:55:17 +00:00
js0ny
2248d3a237 nvim changes
* refractor(nvim-lualine): lualine in powerline style
* feat(nvim, emacs): Org Mode Integrations Setup
* feat(nvim): C-w keymaps
* feat(wezterm): Change tab bar to top
* feat(nvim): catppuccin integrations
* feat(nvim-cmp): Icon supports
2025-02-09 18:27:53 +00:00
js0ny
c353d008a2 feat(doom): (Maybe temporary) switch to doom emacs
* Surfingkeys: Add pixiv site specific keymaps
* Emacs: (Maybe temporary) switch to doom emacs
* Hyprland: Add shortcuts to screenshot
* nvim: Conceal on Zero-Width Space
2025-02-02 17:32:23 +00:00
js0ny
56a684d5ba Remove multiple files from VCS 2025-01-29 21:48:49 +00:00
js0ny
ffcc8fb768 feat(emacs-evil): Make emacs look like a Vim 2025-01-29 01:23:33 +00:00