Matt Sturgeon
|
c26f5c2e31
|
plugins/lsp-format: use lsp.onAttach instead of an autoCmd
|
2025-05-06 14:08:03 +01:00 |
|
Jeremy Fleischman
|
64cd675ece
|
Port lsp-format to use non-deprecated setup instructions
Upstream still documents the now-deprecated
`require("lspconfig").<name>.setup` mechanism. I believe the modern
alternative is to register a `LspAttach` autocmd. For more context, see:
- https://github.com/lukas-reineke/lsp-format.nvim/issues/98
- https://github.com/lukas-reineke/lsp-format.nvim/pull/99
|
2025-05-05 14:13:25 -07:00 |
|
Gaetan Lepage
|
12e658eca8
|
treewide: use mkWarnings where possible
|
2025-01-29 15:57:14 +01:00 |
|
Matt Sturgeon
|
5e9a6c00a9
|
treewide: neovim-plugin -> plugins
|
2024-12-22 10:04:00 +00:00 |
|
Austin Horstman
|
a7012e7864
|
treewide: originalName -> packPathName
We used to only think of it as the plugin repo's name, but we have been
needing to use it for the name of the plugin's packpath location.
|
2024-12-13 21:29:00 -06:00 |
|
Austin Horstman
|
32969847d3
|
plugins/lsp-format: migrate to mkNeovimPlugin
|
2024-10-23 08:58:17 -05:00 |
|
Austin Horstman
|
fb1943a673
|
plugins/lsp-format: remove with lib and helpers
|
2024-10-22 23:11:37 -05:00 |
|
Matt Sturgeon
|
8815180c62
|
plugins/lsp: move related plugins to by-name
|
2024-09-09 11:50:39 +01:00 |
|