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
02e8dfa531
removed simple.lua file
2026-03-09 23:09:07 -05:00
venus
8cb9838e07
moved basic plugins into lazy file
2026-03-09 23:06:12 -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
ab96aa95e1
java support
2026-02-11 14:36:43 -06: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
be3ec8dc84
added plugin for better colortheme developement
2026-01-20 13:31:29 -06:00
venus
878bd5748e
added more robust commands for compiling in terminal
2026-01-14 07:37:23 -06:00
venus
c08b9f3d01
added plugin for mod of sudo files
2026-01-12 07:47:58 -06:00
venus
764504185d
tried to add nerd font and sql plugin
2026-01-12 07:42:51 -06:00
venus
3236e7e289
Added more plugins including resize and mini
2025-12-24 02:23:13 -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
e47751c2a5
fixed intelephense
2025-12-24 01:13:54 -06:00
venus
5311af0654
added support for LSP, not fully working
2025-12-24 01:04:27 -06:00
venus
7a592d7648
added more plugins including mini, lualine, and autotab
2025-12-24 00:47:40 -06:00
venus
31cb458f4b
added which key and tagged plugins
2025-12-23 22:45:58 -06:00
venus
864f5c9d13
added more plugins from kickstart
2025-12-23 22:39:41 -06:00
venus
c90531a82d
added more plugins from kickstart
2025-12-23 22:38:09 -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
9526515fdb
neogit and themery configs
2025-11-09 00:01:28 -06:00
venus
40567a1f4c
added theme store and themery
2025-11-08 22:36:12 -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
Carlos Calla Alarcón
3338d39206
Update remaining Mason's old address ( #1530 )
2025-05-22 17:10:04 -04: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
Damjan 9000
f5a9f9cdc6
README: mention fd-find in requirements ( #1477 )
...
Fixes #1476
2025-05-10 20:23:54 -04:00
pynappo
fb73617653
don't lazy-load neo-tree so netrw hijacking on startup works ( #1489 )
2025-05-10 20:18: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