nix-config/modules/home-manager/coding/neovim/plugins/lsp.nix

4 lines
33 B
Nix
Raw Normal View History

2025-06-02 02:09:06 +01:00
{
plugins.lsp.enable = true;
}