41 Commits

Author SHA1 Message Date
Rakshit Sinha
b9a35b870c Add debug session terminate keybinding 2025-01-14 17:35:27 -08:00
Rakshit Sinha
f00b911cf0 Some formatting changes 2025-01-10 18:55:11 -08:00
Rakshit Sinha
dbf42e4708 Allow line end/beginning navigation in normal mode as well 2025-01-10 11:59:29 -08:00
Rakshit Sinha
073e01a8b2 Autcmd to organize imports for Go files. Remove unused imports on save 2025-01-08 11:29:11 -08:00
Rakshit Sinha
cee16e3352 Updated the git-blame highlight from comment (gray) to question (bluish) 2024-12-19 13:29:27 -08:00
Rakshit Sinha
9467201766 Update git-blame background to be same as the cursorline bg 2024-12-13 15:53:50 -08:00
Rakshit Sinha
3e9eb8d1d7 Added some documetation for nivm-tree, treesitter and more keymaps for noice 2024-12-09 17:04:19 -08:00
Rakshit Sinha
bb3421da6f Added a keybinding to dismiss noice messages (in case it gets annoying) 2024-11-28 01:26:34 -08:00
Rakshit Sinha
a7213e6cac Added the folke/noice plugin 2024-11-28 01:17:28 -08:00
Rakshit Sinha
fff89d6034 Rename current tmux window based on directory name 2024-11-27 23:31:00 -08:00
Rakshit Sinha
64bf4f0db8 Added explicit option "both" for vim cursorlineopts 2024-11-27 22:05:16 -08:00
Rakshit Sinha
eb6349e63c Added code to update nvim-tree active file when changing open buffer
* nvim-tree will move to the current active buffer when changing files
* Updated git-blame highlight group to "Question" instead of the default
"Comment"
2024-11-27 19:41:15 -08:00
Rakshit Sinha
0fa651a86d Added go debugger and some more changes
* Added Go debugger
* Added keymaps + updated description for horizontal window resizing in
neovim
* Updated README
2024-11-27 19:23:44 -08:00
Rakshit Sinha
e7477198cb Added the keymaps to resize neovim windows (non-tmux) 2024-11-25 22:49:12 -08:00
Rakshit Sinha
e7df692190 Updated month formatting on line blame 2024-11-23 16:25:11 -08:00
Rakshit Sinha
8fd602a27e Added git integrations 2024-11-22 23:59:38 -08:00
Rakshit Sinha
13f1959014 Added quite a few additional configs 2024-11-22 20:20:06 -08:00
Rakshit Sinha
86b269d5f9 Modularized all my plugins 2024-11-09 21:49:28 -08:00
Rakshit Sinha
a467ba4a69 Add lazy and plugins dir 2024-11-03 20:15:03 -08:00
Rakshit Sinha
1dacc4c2d3 Finally a lot of changes 2024-11-03 20:14:28 -08:00
Rakshit Sinha
f48167d654 Modularize plugins 2024-11-02 11:23:30 -07:00
Bayram Kazik
f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04:00
Vladislav Grechannik
7513ec8a7d
Neovim 0.10 updates (#936)
* Neovim 0.10 updates

Provide the buffer for which to enable inlay hints

Co-authored-by: Matt Mirus <matt@mattmirus.com>

* refactor: replace vim.loop with vim.uv

* Upgrade folke/neodev (sunsetting) to folke/lazydev

* Update checkhealth for 0.10 release

---------

Co-authored-by: Matt Mirus <matt@mattmirus.com>
Co-authored-by: mrr11k <me+github@mrr11k.dev>
Co-authored-by: Seb Tomasini <sebt@qgates.com>
2024-07-21 20:35:07 -04:00
Vladislav Grechannik
4bbca64157
Make debug lazy loadable (#978) 2024-07-21 16:24:57 -04:00
Tom Kuson
1cdf6fb377
Remove redundant require (#959) 2024-07-21 16:22:44 -04:00
Damjan 9000
202910d3fa
Fix neo-tree keymap description (#932)
The lazy.nvim keys parameter does not need the `desc` to
be inside a table in the way that vim.keymap.set() does.
With this fix the keymap description will be properly
shown for example in telescope keymap search
2024-07-21 16:22:10 -04:00
Per Malmberg
5aeddfdd5d
Automatically set detached state as needed. (#925)
* Automatically set detached state as needed.

* Use vim.fn.has instead.

* Fix int vs bool.
2024-05-10 13:43:22 -04:00
Smig
b9bd02d55b
fix: debug.lua (#918) 2024-05-08 10:55:49 -04:00
Damjan 9000
f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 2024-04-17 21:00:39 -04:00
Damjan 9000
5e258d276f
Move plugin examples from README to optional plugin files (#831)
* Move autopairs example from README to an optional plugin

* Move neo-tree example from README to an optional plugin
2024-04-17 15:25:54 -04:00
José Miguel Sarasola
773e482d4b
Add nvim-nio as dependency for nvim-dap-ui (#774)
It's a dependency now
2024-03-18 17:38:14 -04:00
Fredrik Averpil
8e24ca32e3
feat: add linter plugin (#699) 2024-03-18 10:00:48 -04:00
Damjan 9000
c9122e89e3
fix: checkhealth reported nvim version (#685) 2024-03-03 19:32:06 -05:00
TJ DeVries
8b5d48a199
rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)
We've removed over 1/3 of the code that was in kickstart previously,
and more than doubled the amount of comments explaining every line
of code (to the best of my ability).

kickstart now properly uses many of the lazy.nvim config and loading
idioms, which should be really helpful for people moving both to
modular configs, as well as extending the kickstart config in one file.

Additional features:
- Beautiful ascii art
- Added some documentation that explains what is an LSP, what is telescope, etc
- There is now a `:checkhealth` for kickstart, which checks some basic information
  and adds useful information for maintainers (for people cloning the repo).
- Improved LSP configuration and tool installation, for easier first time startup
- Changed init.lua ordering, so that it moves from simple options to complicated config

```
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Lua                              1            108            404            298
-------------------------------------------------------------------------------
```
2024-02-26 10:03:53 -05:00
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 cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9.
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