Commit graph

57 commits

Author SHA1 Message Date
Imbus
bba4fbbbb1 Disable LLM triggers by default 2024-08-10 07:45:21 +02:00
Imbus
3daccea308 Restructure and disable linters the proper way 2024-08-10 05:49:17 +02:00
Imbus
6e17346720 Blame plugin 2024-08-09 05:10:43 +02:00
Imbus
134fa6df09 Telescope search changes 2024-08-09 04:49:59 +02:00
Imbus
051158b530 Formatting 2024-08-09 04:37:11 +02:00
Imbus
0197e64dc2 Removed move.nvim in favor of vanilla fim 2024-08-07 18:16:14 +02:00
Imbus
1aade94ba8 Remove unused MoveWord bindings 2024-08-07 18:03:22 +02:00
Imbus
ebf1276112 Reworked resize window binds 2024-08-07 18:03:09 +02:00
Imbus
8d7b580f15 Some new sane default binds from lazyvim 2024-08-07 18:02:47 +02:00
Imbus
28d4787d08 Enable inlay hints by default 2024-08-07 16:57:04 +02:00
Imbus
972ba828f2 Trailspace plugin to highlight trailing whitespaces 2024-08-07 16:56:52 +02:00
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