Update README and nixvim-base

This commit is contained in:
albert 2024-02-19 12:58:55 +09:00
parent 9cf40ae2a2
commit c74b560388
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 13 additions and 0 deletions

View file

@ -55,6 +55,8 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] Security hardening / scans / etc
* [ ] Where possible, convert cronjobs to systemd services / timers
* [ ] Replace fuzzel with rofi
* [ ] Update disko configs away from 'table'
* See ./nixos/hosts/nixos-framework/disks-gpt.nix
## Home-Manager
* [ ] Figure out what the home-manager `account` options are for.

View file

@ -135,11 +135,22 @@
trouble.enable = true;
# Indentation guides
indent-blankline.enable = true;
# Surround text blocks
surround.enable = true;
# cmp
cmp-buffer.enable = true;
cmp-path.enable = true;
cmp-nvim-lsp.enable = true;
# Dashboard
dashboard = {
enable = true;
header = [
"Test"
];
footer = [ "Testing" ];
};
# List of linters for nixvim
lint = {
enable = true;