Commit Graph

85 Commits

Author SHA1 Message Date
caeeb528b3 Remove notice from GitHub repo's README
All checks were successful
Luacheck / Luacheck (push) Successful in 8s
StyLua / StyLuacheck (push) Successful in 13s
2024-01-19 02:06:55 +01:00
Jirka
6fd3d328a5
fix: Remove obsolete instructions
All checks were successful
Luacheck / Luacheck (push) Successful in 7s
StyLua / StyLuacheck (push) Successful in 10s
2024-01-14 14:05:32 +01:00
5e4b8d8b9b
Archive
Signed-off-by: Jiří Štefka <jiri@stefka.eu>
2024-01-14 14:01:25 +01:00
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
8eaf4288da
fix(issue_templates): identation
All checks were successful
Luacheck / Luacheck (push) Successful in 6s
StyLua / StyLuacheck (push) Successful in 7s
2023-10-04 10:27:39 +02:00
2dc17c2851
feat(issue_templates): add basic issue templates
All checks were successful
Luacheck / Luacheck (push) Successful in 7s
StyLua / StyLuacheck (push) Successful in 8s
2023-10-04 10:25:57 +02: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
cb397b7f92
feat(luacheck): add .luacheckrc
Some checks failed
Luacheck / Luacheck (push) Failing after 7s
StyLua / StyLuacheck (push) Successful in 8s
to add variables that are defined in AstroNvim
2023-10-04 09:09:56 +02:00
936f405764 fix(cicd): manually setup actions as GH actions don't work on this image (#2)
Some checks failed
Luacheck / Luacheck (push) Failing after 7s
StyLua / StyLuacheck (push) Successful in 7s
Reviewed-on: #2
2023-10-04 08:57:36 +02:00
458af12abf
fix(ci/cd): Move to full ubuntu image
Some checks failed
Luacheck / Luacheck (push) Failing after 4s
StyLua / StyLuacheck (push) Failing after 4s
2023-10-04 08:36:40 +02:00
7f352b9733
fix(ci/cd): rename .github to .gitea
Some checks failed
Luacheck / Luacheck (push) Failing after 6s
StyLua / StyLuacheck (push) Failing after 4s
2023-10-04 08:31:44 +02:00
c02b4ee543
feat(ci/cd): add luacheck and stylua 2023-10-04 08:30:25 +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
96a873f0a0 Quick update to README 2022-12-15 00:23:27 +01:00