peturparkur
4e5abb3d44
add nil and formatting
2025-06-17 21:36:26 +02:00
peturparkur
84e58e64bc
nixd additional configuration
2025-06-17 21:29:17 +02:00
peturparkur
24ec529102
Configure LSPs via Languages and Profiles
2024-08-29 12:21:33 +02:00
peturparkur
990efd1444
better filename and extension definition for docker-compose recognition
2024-08-29 11:44:41 +02:00
peturparkur
7eba0efed5
lsp detection for docker compose yaml files
2024-08-28 15:55:10 +02:00
peturparkur
7f443fb843
remove pylyzer and go compatible with inlay hints
2024-08-24 15:27:12 +02:00
peturparkur
10a6422272
gopls explicit settings
2024-08-24 14:32:22 +02:00
peturparkur
e8eeff8fd6
add dockerfile and dockercompose LSPs + optional local enforcement
2024-08-24 10:32:44 +01:00
peturparkur
6f49fd38ba
add gopls language server
2024-08-24 09:35:51 +01:00
peturparkur
1b48ea8bfa
Merge pull request #3 from peturparkur/peter
...
toggleterm and indent highlight
2024-07-26 11:11:37 +02:00
peturparkur
f207404efc
add toggleterm
2024-07-26 10:10:28 +01:00
peturparkur
3025004d61
fix alignment and add back nixd
2024-07-26 09:39:08 +01:00
peturparkur
b6531e9c48
Merge pull request #1 from nagymathev/main
...
necessary changes to improve life
2024-07-26 10:34:51 +02:00
nagymathev
27e15143a3
enable autopairs
2024-07-12 13:59:16 +01:00
nagymathev
d3adf6a4b8
markdown lsp
2024-07-10 16:27:01 +01:00
nagymathev
9f2234ad68
add rust lsp
2024-07-10 11:14:58 +01:00
nagymathev
ec42464b08
replace nixd with nil
2024-07-10 11:05:43 +01:00
nagymathev
340e1ad0ec
relative numbers
2024-07-10 10:44:15 +01:00
peturparkur
f2e977c944
remove on-attach print
2024-07-05 13:34:06 +01:00
peturparkur
0ef7ddd017
enable neo-tree
2024-07-04 21:26:45 +01:00
peturparkur
60ca6777e2
add themes and change initial theme
2024-07-04 21:14:27 +01:00
peturparkur
5d516ba85f
move tokyonight to themes folder
2024-07-04 20:57:14 +01:00
peturparkur
7db85cf0ae
better lsp handling + utility to only check mason if not found locally installed
2024-06-27 20:52:05 +01:00
peturparkur
33554a5315
add basedpyright and allow inlay hints by default
2024-06-21 11:09:59 +01:00
peturparkur
a7ebd6fde7
configure lsps directly instead of with mason
2024-06-19 11:20:21 +01:00
peturparkur
3f99900ede
add mason util and lsp changes for current state
2024-06-19 10:02:57 +01:00
peturparkur
db15bab692
whoops forgot the separator
2024-06-18 09:43:44 +01:00
peturparkur
a65ca3852a
add pylsp and pyright
2024-06-18 09:42:55 +01:00
peturparkur
f54ae07b83
move plugins into their own files
2024-06-17 19:11:12 +01: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
Damjan 9000
fabeb86d8b
Comment about nerd font selection. Fixes #853 ( #854 )
2024-04-17 09:59:14 -04:00
rdvm
e2bfa0c66f
Arch, btw ( #852 )
...
* Arch, btw
* Add unzip
* Add unzip for Fedora and --needed arg for Arch
2024-04-16 11:29:27 -04:00
Viet
23773900d9
Update README ( #832 )
2024-04-08 16:13:22 -04:00
Damjan 9000
c4363e4ad8
Add a pull request template ( #825 )
2024-04-04 10:31:37 -04:00
Damjan 9000
19afab1641
README: move backup and paths from external deps to install section ( #819 )
2024-04-01 10:36:32 -04:00
Damjan 9000
d605b840a2
Don't lazy load conform plugin ( #818 )
2024-03-31 20:00:11 -04:00
Damjan 9000
1175f6d25a
Add a keymap space-f to format buffer using conform ( #817 )
...
This works also for visual range selection
Copied from conform recipe:
https://github.com/stevearc/conform.nvim/blob/master/doc/recipes.md
2024-03-31 13:36:43 -04:00
Chris Patti
93fde0556e
Add instructions to quit :lazy. Fixes #761
2024-03-27 11:22:28 -04:00