Commit Graph

64 Commits

Author SHA1 Message Date
267a6f1929
feat!: move Tagbar and Trouble to LSP menu from Find menu
All checks were successful
Luacheck / Luacheck (push) Successful in 7s
StyLua / StyLuacheck (push) Successful in 11s
2023-12-03 02:07:54 +01:00
ebe528abfa
fix(style/format): further code formating
All checks were successful
Luacheck / Luacheck (push) Successful in 7s
StyLua / StyLuacheck (push) Successful in 9s
2023-10-04 09:20:52 +02:00
9706834ddb
fix(style/format): formated the code
Some checks failed
Luacheck / Luacheck (push) Failing after 7s
StyLua / StyLuacheck (push) Successful in 10s
2023-10-04 09:14:10 +02:00
96ff1d7933
fix(editorconfig): remove editorconfig as it's integrated in NeoVim now
also move open-browser as a dependency of markdown-preview
2023-09-30 02:22:37 +02:00
8113956657
fix(presence.nvim): move to my patched version to make flatpak work 2023-09-26 17:08:51 +02:00
de11ec20e1
feat(JupyterNotebooks): add jupynium 2023-09-25 22:57:43 +02:00
fb861daa38
feat(copilot)!: move from copilot.vim to copilot.lua and copilot-cmp
Breaking change: Tab completion no longer does anything - it just adds a
tab as it should
- To use completion use CTRL + J and CTRL + K
2023-09-22 21:53:13 +02:00
730d24f51d
fix(OpenBrowser): Typo in lazy.nvim commands config 2023-09-19 19:38:37 +02:00
8de63b5f59 feat(plugins): Add LiveServer plugin 2023-09-02 23:08:34 +02:00
1d70d57a24 Fix Todo Comments 2023-07-06 00:11:30 +02:00
b013ab780c Add icons, run stylua 2023-03-16 21:59:56 +01:00
a8b3645148 Use stylua 2023-03-14 19:02:50 +01:00
84bf31cb41 Add vim-startuptime 2023-03-14 08:58:54 +01:00
2dcc50a1f0 Cleanup 2023-03-14 04:58:51 +01:00
dabb2f969e Switch node's launch.js to dln keybind 2023-03-13 07:55:09 +01:00
39e5545442 Fall back to old launch.json loading format 2023-03-13 03:52:41 +01:00
0a67458d17 Add support for tasks.json, load all launch.json configs 2023-03-13 03:45:50 +01:00
71445b6768 Better code readability 2023-03-10 20:18:40 +01:00
04858218cd Remove CarbonNow for normal mode, change background to none
Removed it as it really doesn't serve a purpose in normal mode
  - On a bit larger files you'll get an error that the url is too long
  - Plus it's not that hard to do `gg` + `v` + `G` + `$` to select
    everything
2023-03-10 20:08:46 +01:00
ab227484e7 Lazyload copilot.vim on opening a file 2023-03-10 19:56:38 +01:00
6ebc8353a6 Fix Trouble, Tagbar menu name 2023-03-10 19:49:27 +01:00
8d6d4c1894 Change mappings, better lazy loading 2023-03-10 19:08:40 +01:00
74f9b467fa Remove unnecessary/broken config 2023-03-10 11:16:21 +01:00
442a587137 Add editorconfig-vim 2023-03-10 10:57:49 +01:00
0a5bba771f Switch to folke/tokyonight.nvim theme 2023-03-10 10:43:50 +01:00
221bb66d75 Redo keybinds, add key group names, fix CarbonNow 2023-03-10 08:00:02 +01:00
62aa4d949c Delete a forgotten line in the Alpha banner 2023-03-10 07:19:32 +01:00
265e0a0ece Customize header 2023-03-10 03:30:05 +01:00
7119e95235 Rewrite for AstroNvim v3 2023-03-10 02:39:11 +01:00
c21956e5d1 Add CarbonNow plugin, add comments for some plugins
Add a basic neotest config as a comment
2023-02-22 03:59:49 +01:00
53d1db8abc Add carbon-now.nvim for sharing code 2023-02-22 03:59:49 +01:00
7235e49032 Removed asm config for mason-nvim-dap.nvim
Config added upstream
2023-02-17 23:09:13 +01:00
5cb8ed43b4 Add a dap configuration for assembly (.asm files) 2023-02-17 06:15:05 +01:00
2f8194437a Alpha.nvim has been fixed upstream 2023-02-14 11:31:22 +01:00
c2b4401da1 Fix Alpha dashboard (I swear it's fixed this time) 2023-02-10 03:05:07 +01:00
b8906d8557 Fix broken Alpha dashboard config 2023-02-10 02:37:58 +01:00
93e108e048 Fix 2023-02-10 02:37:34 +01:00
d02d27a412 Add a missing , 2023-02-10 02:30:11 +01:00
278db3321a Hold heirline plugin version
Heirline had a breaking change

Once it's resolved in AstroNvim I'll revert this change
2023-01-19 11:44:15 +01:00
ad4722b3c9 Remove vimspector, rebind nvim-dap to vimspector mappings (cca)
Remove unnecessary commented out code
2022-12-15 00:14:15 +01:00
7a5774a71c Fix discord presence 2022-12-05 01:04:36 +01:00
138b46f8a0 Add more plugins 2022-12-05 00:41:25 +01:00
d9d4d1169b Remove nonsense from config file, fix cmp error 2022-11-29 17:05:20 +01:00
3c26384e30 Revert "Merge branch 'merlin' into main"
This reverts commit b0f1dd9656085e6a359178137a0dc7f4de805a10, reversing
changes made to e6d978fc38fd74b5bfa54d1057f0579fc146c615.
2022-10-30 00:09:36 +02:00
b0f1dd9656
Merge branch 'merlin' into main 2022-10-30 00:07:19 +02:00
e6d978fc38 Make copilot work with cmp 2022-10-29 23:55:17 +02:00
eac04f8fca Add todo-comments.nvim plugin 2022-10-28 21:31:12 +02:00
96bce82d7b Basic setup for merlin 2022-10-25 21:28:05 +02:00
f41ef69d17 Move vim-pio back to normen
ClangD is now supported in the official repository
2022-10-25 21:23:54 +02:00
b090d4b699 Fix bad keybind for StepInto (vimspector) 2022-10-13 13:12:22 +02:00