Commit Graph

71 Commits

Author SHA1 Message Date
venus
0b910f6e49 bufferline 2026-03-24 01:49:02 -05:00
venus
f2d5a10748 lazy plugins in one spot 2026-03-24 00:52:58 -05:00
venus
36806958e1 added trouble diagnostic tool 2026-03-24 00:43:18 -05:00
venus
a5dafdfbff combined gitsigns and lsp files 2026-03-23 22:08:01 -05:00
venus
1451c9db00 combined tressitter and lsp files, added zsh treesitter 2026-03-23 22:06:29 -05:00
venus
ea948d4508 explained all plugins 2026-03-23 22:02:19 -05:00
venus
8f70254615 moved resize plugin fike to keybinds 2026-03-23 21:52:56 -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
b7237dacaf colors updated need to ignore 2026-03-11 17:57:20 -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
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
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
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
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
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
Carlos Calla Alarcón
3338d39206 Update remaining Mason's old address (#1530) 2025-05-22 17:10:04 -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
Liam Dyer
d350db2449 feat: switch nvim-cmp for blink.cmp (#1426) 2025-04-09 17:25:57 -04:00
Erlan Rangel
94f551b803 fix (#1319): gitsigns deprecated functions (#1321)
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
2025-02-15 00:48:37 -05:00
Scott Swensen
de44f49101 fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 2024-12-15 00:42:39 -05:00
Anjishnu Banerjee
9dfb1b230f Fix nvim-dap not lazy loading (#1216)
* Fix nvim-dap not lazy loading

The keys property had local variables 'dap' and 'dap-ui' that used `require` and prevented all DAP related plugins from lazy-loading.
Fixed this by changing keys to a table and substituting the local variables with a lamba function

* Make debug keybind descriptions more consistent
2024-11-20 08:40:51 -05:00
gloomy-lemon-debatable
be678aa341 Set breakpoint icons and their highlight colors (#1194)
* feat: Set breakpoint icons and their highlight colors

* docs: Delete reference URL (written in PR)
feat: "Break" and "Stop" arguments of vim.api.nvim_set_hl are changed because they are too common nouns
feat: Comment out changes regarding diagnostic symbols so that only those who want to change them can do so

---------

Co-authored-by: name <email>
2024-10-30 13:01:42 -04:00