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
Damjan 9000
b7d5cc8f42
README: add clipboard tool dependency ( #886 )
...
Fixes : #884
Neovim requires an external tool for proper system clipboard integration.
Some systems install this already by default:
- on Fedora xsel is already installed by default
- on Windows using the choko install the win32yank is alredy installed
This is not installed by default on ubuntu or debian so adding that
to the dependencies list and to the install instructions snippets.
2024-04-27 16:40:27 -04:00
Adolfo Gante
8df3deb6fe
Update README.md ( #875 )
...
Line 102. Placed 'also' before the 'includes'.
"That includes also examples of adding popularly requested plugins." ---> "That also includes examples of adding popularly requested plugins."
2024-04-22 17:15:42 -04:00
Francis Belanger
942b26184c
fix: highlight group clear on each attach ( #874 )
2024-04-22 15:53:45 -04:00
Francis Belanger
81f270a704
Fix highlight errors when lsp crash or stop ( #864 )
...
* Fix highlight errors when lsp crash or stop
It adds a check wether the client is still available before
highlighting.
If the client is not there anymore it returns `true` to unregister the
autocommand
This fix the
`method textDocument/documentHighlight is not supported by any of the servers registered for the current buffer`
errors when doing a LspRestart or the server crashes
* Delete the highlight autocommands in the LspDetatch event
* Only delete autocmds for the current buffer with the group name
* Simplify clearing the autocommands
---------
Co-authored-by: Francis Belanger <francis.belanger@ubisoft.com>
2024-04-22 11:43:10 -04:00
Vladislav Grechannik
f92fb11d68
Fix deprecation notice of inlay hints ( #873 )
2024-04-22 07:27:13 -04:00
Damjan 9000
2e68a2c253
Add a commented out example of the classic complete keymaps. Fixes #866 ( #868 )
2024-04-20 13:14:49 -04:00
Damjan 9000
9f5176fc2a
Minor improvements of debian install instructions. Fixes #859 ( #869 )
2024-04-20 13:14:24 -04:00
Evan Carroll
931ec5c226
Update README.md ( #860 )
...
Attempted fix for #859 , provide reasonable Debian install instructions -- comment on GitHub issue with refinement.
2024-04-20 11:55:01 -04:00
GameFuzzy
b07176aef6
fix: restore Mason config timing for DAP startup (again) ( #865 )
2024-04-19 13:50:42 -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
Vladislav Grechannik
5540527fab
Enable inlay hints for the supporting servers ( #843 )
2024-04-17 14:04:55 -04:00
Chris Patti
6d6b3f38c1
Fix : #847 - add prefer_git to treesitter config ( #856 )
2024-04-17 14:02:24 -04:00