lsp/presets: init

This commit is contained in:
Snoweuph 2026-04-11 12:23:53 +02:00
commit fae3be6c27
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
3 changed files with 8 additions and 0 deletions

View file

@ -229,6 +229,9 @@
[Snoweuph](https://github.com/snoweuph) [Snoweuph](https://github.com/snoweuph)
- Added `vim.lsp.presets.<name>` to contain LSP configurations. This allows for
more flexibility in nvf and reuse of LSPs across languages.
- Fix `tressiter` to allow `null` in grammar options, so they can be filtered - Fix `tressiter` to allow `null` in grammar options, so they can be filtered
out. out.

View file

@ -4,6 +4,8 @@
./config.nix ./config.nix
./module.nix ./module.nix
./presets
./lspconfig ./lspconfig
./lspsaga ./lspsaga
./null-ls ./null-ls

View file

@ -0,0 +1,3 @@
{
imports = [];
}