venus
84294ac88d
tested hexdump, sort of working
2026-04-01 01:52:20 -05:00
venus
69a847d43c
added hexeditor, not tested
2026-04-01 01:46:48 -05:00
venus
5f35501f68
image support with snacks
2026-03-25 11:28:59 -05:00
venus
eec1f820fc
updated spellcheck
2026-03-25 10:44:31 -05:00
venus
44811bbfcd
grammar support for spellecehcker
2026-03-24 22:27:47 -05:00
venus
6659e4a691
adding spellcheck/grammar
2026-03-24 22:17:27 -05:00
venus
f859e98b82
commnets
2026-03-24 15:26:29 -05:00
venus
0b910f6e49
bufferline
2026-03-24 01:49:02 -05:00
venus
36806958e1
added trouble diagnostic tool
2026-03-24 00:43:18 -05:00
venus
ea948d4508
explained all plugins
2026-03-23 22:02:19 -05:00
venus
2bad7ec707
consoildating plugins by function. updated repeat command shortcut
2026-03-23 21:51:07 -05:00
venus
27820d5005
run last now executes termexec script, will break remote configs...
2026-03-15 04:26:28 -05:00
venus
63bd661602
updated lsp with autocomplete
2026-03-10 16:34:31 -05:00
venus
be84313c2c
configured lsp plugins
2026-03-10 02:12:25 -05:00
venus
d223037865
removed treesitter and lsp to reconfigure
2026-03-10 00:51:24 -05:00
venus
6fbf3b768f
updated plugins
2026-03-10 00:24:22 -05:00
venus
99638caa52
background opacity of terminal changes when nvim opens using kitty
2026-03-10 00:13:13 -05:00
venus
7c602e62bc
added noctalia theme sync
2026-03-09 23:30:00 -05:00
venus
55a7f6dc13
moved lazy setup into init file
2026-03-09 23:14:47 -05:00
venus
f6a1d7e158
moved lazy from base init
2026-03-09 23:03:59 -05:00
venus
0ffe1c07cf
moved keybind and config files out of init, working
2026-03-09 22:57:02 -05:00
venus
eac6d7dd53
moved keybind and config files out of init
2026-03-09 16:26:23 -05:00
venus
bbb47d1a93
added a few plugins
2026-03-09 15:58:24 -05:00
river
930b5f7190
slightly more kb shortcuts
2026-02-05 19:07:09 -06:00
river
c2941ef7ea
configured for hyprland
2026-02-03 22:10:50 -06:00
venus
878bd5748e
added more robust commands for compiling in terminal
2026-01-14 07:37:23 -06:00
venus
764504185d
tried to add nerd font and sql plugin
2026-01-12 07:42:51 -06:00
venus
fc5be13cac
added more netrw settings
2025-12-24 01:29:58 -06:00
venus
85bd433f73
added some netrw support and neogit
2025-12-24 01:23:20 -06:00
venus
7a592d7648
added more plugins including mini, lualine, and autotab
2025-12-24 00:47:40 -06:00
venus
6f8e505c74
personalized config
2025-12-23 22:04:13 -06:00
venus
5f0fd9f41d
lazy.nvim working
2025-12-23 01:25:24 -06:00
venus
9fdb7d2c1a
removed kickstart plugins and started new init.lua
2025-12-22 22:35:13 -06:00
venus
d59f34a6f3
added color support and started basic config
2025-12-08 22:04:30 -06:00
venus
682e7012ac
moved plugins to their own folders
2025-11-08 21:49:00 -06:00
venus
6b3cac529a
added commentary and markdown render
2025-11-08 21:23:39 -06:00
Venus
32e0e4948a
Reapply "added mark to easily jump large files"
...
This reverts commit e50e2172d9 .
2025-11-08 21:14:59 -06:00
Venus
e50e2172d9
Revert "added mark to easily jump large files"
...
This reverts commit 05ae5a1fd7 .
2025-11-08 20:35:01 -06:00
Venus
05ae5a1fd7
added mark to easily jump large files
2025-09-28 22:05:58 -05:00
Venus
2b63cdc1c7
added vim-indent-object to make folds easier
2025-09-28 12:20:25 -05:00
Venus
efbaa5d044
reset init.lua and saved a backup of the previous
2025-09-17 18:58:34 -05:00
Venus
0e5a5d2c93
Saving nvim config before rewriting
2025-09-17 18:57:46 -05:00
Omri Sarig
6ba2408cdf
fix: rename vim.highlight.on_yank to vim.hl.on_yank ( #1482 )
...
The functions of vim.highlight were renamed to vim.hl on commit
18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 of neovim, which was applied
with the release of nvim version 0.11.
Now, the use of vim.highlight is deprecated, and instead, one should
use vim.hl functions.
In practice, vim.highlight is still working, however, asking for help
for vim.highlight.on_yank fails (E149), while asking for help for
vim.hl.on_yank works as expected. So, by updating the used function, a
new user will have easier time looking getting the relevant help.
Co-authored-by: Omri Sarig <omri.sarig@prevas.dk >
2025-05-10 20:29:04 -04:00
Ori Perry
c92ea7ca97
Replace vim.opt with vim.o ( #1495 )
...
* Replace vim.opt with vim.o
Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)
* Add type hint for vim.opt.rtp
* Add a comment about using vim.opt instead of vim.o
2025-05-10 20:16:03 -04:00
guru245
2b2f0f8364
feat: switch vim-sleuth for guess-indent.nvim ( #1512 )
2025-05-10 20:11:50 -04:00
guru245
76cb865e4f
Change to Mason's new address ( #1516 )
2025-05-09 19:41:44 -04:00
Liam Dyer
d350db2449
feat: switch nvim-cmp for blink.cmp ( #1426 )
2025-04-09 17:25:57 -04:00
Dmytro Onypko
9929044f24
Remove Telescope 0.1 branch lock ( #1448 )
2025-04-09 11:05:40 -04:00
Theo P.
1a5787bc57
Change LSP Keybindings to Match the Default gr Bindings Introduced in Neovim 0.11 ( #1427 )
...
* refactor: change LSP keybindings to the default gr bindings introduced in 0.11
* refactor: modify existing LSP functions to follow convention
2025-04-09 11:01:57 -04:00
dasvh
8a5a52f647
fix: minor misspellings ( #1450 )
...
* fix: minor misspellings
* revert change for `-Bbuild`
2025-04-09 10:39:17 -04:00