Compare commits

2 Commits

Author SHA1 Message Date
318524004b Lock flake 2025-10-15 21:05:53 +02:00
799348ff91 Add minimal readme to my neovim configuration 2025-10-15 21:03:55 +02:00
3 changed files with 1 additions and 13 deletions

View File

@@ -3,4 +3,4 @@
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)
[^nixcats] Based on [this nixCats `example` template](https://github.com/BirdeeHub/nixCats-nvim/tree/77dffad8235eb77684fcb7599487c8e9f23d5b8f/templates/example)

View File

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

View File

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