diff options
| author | Soispha <soispha@vhack.eu> | 2023-08-03 21:34:16 +0200 | 
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-08-19 17:34:47 +0200 | 
| commit | be1cc38bdb83e6716b08d24cc1201fffc6649311 (patch) | |
| tree | c3691569e0e8858b672b501096b6cb5edd39daf6 /home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers | |
| parent | Feat(treewide): Import nixVim (diff) | |
| download | nixos-config-be1cc38bdb83e6716b08d24cc1201fffc6649311.zip | |
Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers')
| -rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix new file mode 100644 index 00000000..8d5cfaf1 --- /dev/null +++ b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/servers/default.nix @@ -0,0 +1,5 @@ +{...}: { + programs.nixvim.plugins.lsp.servers = { + + }; +} | 
