15 Commits

4 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
# Neovim configuration
My neovim configuration. Available as a Nix flake [^nixcats]. When installing manually,
`paq.nvim` is used as a fallback plugin manager.
[^nixcats]: Based on [this nixCats `example` template](https://github.com/BirdeeHub/nixCats-nvim/tree/77dffad8235eb77684fcb7599487c8e9f23d5b8f/templates/example)

View File

@@ -0,0 +1 @@
require("auto-session").setup({})

View File

@@ -59,7 +59,18 @@
{ {
lspsAndRuntimeDeps = with pkgs; { lspsAndRuntimeDeps = with pkgs; {
general = [ general = [
black
clang
clang-tools
gawk
gdtoolkit_4
isort
tree-sitter tree-sitter
ormolu
nodePackages.prettier
prettierd
shellcheck-minimal
stylua
]; ];
}; };

6
flake.lock generated
View File

@@ -59,11 +59,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1760139962, "lastModified": 1760423683,
"narHash": "sha256-4xggC56Rub3WInz5eD7EZWXuLXpNvJiUPahGtMkwtuc=", "narHash": "sha256-Tb+NYuJhWZieDZUxN6PgglB16yuqBYQeMJyYBGCXlt8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7e297ddff44a3cc93673bb38d0374df8d0ad73e4", "rev": "a493e93b4a259cd9fea8073f89a7ed9b1c5a1da2",
"type": "github" "type": "github"
}, },
"original": { "original": {