mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 15:30:50 +00:00
Compare commits
No commits in common. "ace0e0b9a30bcfe4d4f7da6c867dee8574872188" and "174d83d721f89356a678a870782a1b41a456b837" have entirely different histories.
ace0e0b9a3
...
174d83d721
2 changed files with 1 additions and 26 deletions
|
|
@ -246,11 +246,6 @@
|
||||||
|
|
||||||
- `alpha` is now configured with nix.
|
- `alpha` is now configured with nix.
|
||||||
|
|
||||||
[viicslen](https://github.com/viicslen):
|
[Butzist](https://github.com/butzist)
|
||||||
|
|
||||||
- Add `intelephense` language server support under
|
|
||||||
`vim.languages.php.lsp.server`
|
|
||||||
|
|
||||||
[Butzist](https://github.com/butzist):
|
|
||||||
|
|
||||||
- Add Helm chart support under `vim.languages.helm`.
|
- Add Helm chart support under `vim.languages.helm`.
|
||||||
|
|
|
||||||
|
|
@ -64,26 +64,6 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
intelephense = {
|
|
||||||
package = pkgs.intelephense;
|
|
||||||
lspConfig = ''
|
|
||||||
lspconfig.intelephense.setup{
|
|
||||||
capabilities = capabilities,
|
|
||||||
on_attach = default_on_attach,
|
|
||||||
cmd = ${
|
|
||||||
if isList cfg.lsp.package
|
|
||||||
then expToLua cfg.lsp.package
|
|
||||||
else ''
|
|
||||||
{
|
|
||||||
"${getExe cfg.lsp.package}",
|
|
||||||
"--stdio"
|
|
||||||
},
|
|
||||||
''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
options.vim.languages.php = {
|
options.vim.languages.php = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue