Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random things collected from my old vim config #30

Merged
merged 13 commits into from
Jul 5, 2024
Prev Previous commit
Next Next commit
lsp: enable offline schemastore
SuperSandro2000 committed Jul 4, 2024
commit 0a228fc8a3577f99075b84eb6a551c33f262e4ca
6 changes: 6 additions & 0 deletions modules/lsp.nix
Original file line number Diff line number Diff line change
@@ -164,6 +164,12 @@ in
};
};
};

schemastore = {
enable = true;
json.enable = true;
yaml.enable = true;
};
};

keymaps = [ {