Commit Graph

15 Commits

Author SHA1 Message Date
rajvatsal 47b7622fe7 feat(vatsal): Create new config vatsal
kickstart folder contains the original init.lua file. Current init.lua
gets it's config from lua.vatsal.plugins which what I created to
modularize the code and enable lazy loading.

Init to lua now loads all the plugins from vatsal.plugins
2024-01-10 15:20:47 +05:30
rajvatsal 7a5a4b0c72 fix(autoformat): Move autoformat code to lspconfig file
Autoformat file is removed and it's code is copied to config function of
lsp plugin that is inside nvim-lspconfig.lua
2024-01-10 14:48:57 +05:30
rajvatsal f50e50c89e fix(indent-blank): Fix color 2024-01-10 12:05:48 +05:30
rajvatsal d73493f878 feat(lsp): Lazy load on cmd Mason 2024-01-09 17:04:51 +05:30
rajvatsal 23e69634da feat(plugins): Add file tree, Enable Lazy loading
I've tried to lazy load most the plugins to improve start up time.
It has been greatly reduced, from more than 600ms to just around 100ms

Bug: Line that shows up when you are inside a block(block-line) doesn't
have color.
2024-01-09 16:53:14 +05:30
rajvatsal 79b55158e1 feat(lualine): Lazy load on event VeryLazy 2024-01-09 11:24:00 +05:30
rajvatsal 478552ea38 style(lualine): Move config from after to config 2024-01-09 11:16:25 +05:30
rajvatsal c0e3bb9036 style(init): Modularize entire init.lua
Now each plugin is in it's own seperate file that returns the plugin and
it's configs. This makes it simpler for me apply lazy loading to this
config.

Settings, Keymaps, Yank-highlight are inside kickstart directory within
their seperate files.
2024-01-08 18:09:07 +05:30
Juan Giordana c45b17ebab Add descriptions for debugging keybindings.
Add descriptions for debugging key bindings.

Improve formatting by changing double quotes to single quotes in order
to keep compatibility with the rest of the kickstart.nvim project.
2023-06-18 00:21:28 -03:00
Chris Patti 5e4d24cb2f Revert "Refactor theme and status line into their own file"
This reverts commit cdaa750c86.
2023-06-04 16:10:59 +00:00
Chris Patti cdaa750c86 Refactor theme and status line into their own file 2023-06-03 10:11:58 -04:00
Keiwan Jamaly e78ad01dd2
Added disconnect emoji for nvim-dap-ui 2023-04-26 17:37:48 +02:00
SamPosh 9004013a8d
Dapui.toggle is added 2023-04-24 16:40:07 +05:30
Kai Windle c19fe7af24
mason nvim dap 2.0 removed setup_handlers() (#258) 2023-04-12 13:43:08 -04:00
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2023-02-17 16:31:57 -05:00