mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 11:55:22 +00:00
lsp/presets: init
This commit is contained in:
parent
b64f4e4436
commit
fae3be6c27
3 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
./config.nix
|
./config.nix
|
||||||
./module.nix
|
./module.nix
|
||||||
|
|
||||||
|
./presets
|
||||||
|
|
||||||
./lspconfig
|
./lspconfig
|
||||||
./lspsaga
|
./lspsaga
|
||||||
./null-ls
|
./null-ls
|
||||||
|
|
|
||||||
3
modules/plugins/lsp/presets/default.nix
Normal file
3
modules/plugins/lsp/presets/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
imports = [];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue