mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-26 19:37:36 +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)
|
||||
|
||||
- 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
|
||||
out.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
./config.nix
|
||||
./module.nix
|
||||
|
||||
./presets
|
||||
|
||||
./lspconfig
|
||||
./lspsaga
|
||||
./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