Commit graph

46 commits

Author SHA1 Message Date
Imbus
9b26df0189 Cursorword highlight from mini 2024-08-07 16:56:37 +02:00
Imbus
76ce2518e1 More deps from mini 2024-08-06 12:14:58 +02:00
Imbus
99915a71df Silencing diagnostics for now 2024-08-06 12:14:44 +02:00
Imbus
9393f642b5 Cleaning unused plugins 2024-08-06 12:14:25 +02:00
Imbus
5b27a06a37 Various fixes from upstream 2024-08-06 10:42:21 +02:00
Imbus
0b48197426 Remove unused plugins 2024-08-06 10:42:00 +02:00
Imbus
ae98c4e34d Autocmd fix for :Py 2024-08-06 03:39:50 +02:00
Imbus
efd628cde1 Git blame virtual text 2024-08-06 03:37:26 +02:00
Imbus
2f1c1aa3c1 User command for cd %:h (:Cd) and python % (:Py) 2024-08-06 03:04:33 +02:00
Imbus
1271a2558b Moving autocmd into autocmd.lua 2024-08-06 03:03:57 +02:00
Imbus
bd633d9101 Experiments with copilot 2024-08-05 06:06:19 +02:00
Imbus
8e33c583bc LSP server and treesitter grammar for Nushell 2024-08-05 06:04:17 +02:00
Imbus
5eb58bd9c6 Cleaning up help autocmd 2024-08-04 09:33:12 +02:00
Imbus
d56fed070e Autocmd for auto moving help-split to the right 2024-08-04 03:28:42 +02:00
Imbus
93df01977e Keymap for lazy 2024-08-03 21:56:21 +02:00
Imbus
fcec7dbb9e Even finer height resize control 2024-08-03 21:53:09 +02:00
Imbus
c219350d23 Finer height resize control 2024-08-02 05:17:39 +02:00
Imbus
9e3c1f9bbb Resize windows keymaps 2024-08-01 00:39:27 +02:00
Imbus
1babdf3dfb Removed noice plugin due to issues with macros 2024-07-31 22:47:47 +02:00
Imbus
dbfc4b4038 Silent neotree 2024-07-31 22:37:56 +02:00
Imbus
f852b87601 Line/word selection moving bindings are now silent 2024-07-31 21:03:59 +02:00
Imbus
a4a91d6e3f Trouble plugin 2024-07-31 20:54:47 +02:00
Imbus
004ab5005f Noice.nvim plugin 2024-07-31 20:54:41 +02:00
Imbus
704d05e25c Disable troublesome markdown linter 2024-07-30 17:43:33 +02:00
Imbus
4fea989416 Make tabs behave 2024-07-22 01:36:00 +02:00
Imbus
1f4ef6856f Branching out plugins with verbose configs 2024-07-21 23:30:17 +02:00
Imbus
c387df5738 Restructure, unify kickstart and custom directories 2024-07-21 22:47:24 +02:00
Imbus
00de1c1420 Add modeline to modules 2024-07-21 22:14:58 +02:00
Imbus
35359243a3 Branching out one large plugin file 2024-07-21 22:05:23 +02:00
Imbus
231e2a3cff Branching out modules, similar to how kickstart-modular does it 2024-07-21 22:02:50 +02:00
Imbus
7a2ebf4d3a Flash.nvim 2024-07-11 22:02:21 +02: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 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