feat: add autocomplete to nvf

This commit is contained in:
Mohammad Rafiq 2025-03-11 23:40:08 +08:00
parent b0b503da2a
commit fdffc8d4e0
3 changed files with 22 additions and 7 deletions

View file

@ -1,8 +1,7 @@
{ inputs, ... }: {
{
programs.nvf.settings.vim.languages.nix = {
enable = true;
lsp = {
# package = inputs.nixd.packages.default;
server = "nixd";
};
};