Commit graph

323 commits

Author SHA1 Message Date
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
4e298ac791 Default to nerd-fonts 2024-07-31 20:55:01 +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
c2975dd61c Add info about upstream 2024-07-21 22:10:21 +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
ed72526d26 ZLS added 2024-07-14 01:15:05 +02:00
Imbus
3bc5d56e94 neodev -> lazydev 2024-07-14 01:14:57 +02:00
Imbus
9385de25d1 New which-key api 2024-07-14 01:14:05 +02:00
Imbus
3ad5eb92ce Theme change 2024-07-12 00:00:20 +02:00
Imbus
f24d63c068 Delete header from upstream 2024-07-11 22:11:09 +02:00
Imbus
026df49640 Readme removed/rewritten 2024-07-11 22:07:40 +02:00
Imbus
c7946a839e move.nvim with keymaps 2024-07-11 22:03:56 +02:00
Imbus
5e4b4f8d60 Disable arrow keys 2024-07-11 22:03:31 +02:00
Imbus
c5e88df782 Remember.nvim 2024-07-11 22:03:20 +02:00
Imbus
697dca25dc Indent_line 2024-07-11 22:02:58 +02:00
Imbus
90822016b8 Configure some lsp servers 2024-07-11 22:02:44 +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
Richard Macklin
f86f18f27a
Add diff to treesitter's ensure_installed languages (#908) 2024-05-05 21:01:39 -04:00
Damjan 9000
6f6f38a6b5
Move LspDetach handler near kickstart-lsp-highlight group (#900)
Moved to make sure the kickstart-lsp-highlight group exists when
the LspDetach handler is invoked. The LspDetach handler is used
to clean up any lsp highlights that were enabled by CursorHold
if the LSP is stopped or crashed.
2024-05-02 16:53:07 -04:00