feat: add venv-selector, update blink config
All checks were successful
check-commits / Check commits (pull_request) Successful in 8s
build-flake / build (pull_request) Successful in 4m2s

This commit is contained in:
2025-11-12 17:09:40 +02:00
parent 512086bffe
commit b614474c26
10 changed files with 70 additions and 169 deletions

View File

@@ -23,9 +23,11 @@
treesitter-textobjects = {
enable = true;
select = {
enable = true;
lookahead = true;
settings = {
select = {
enable = true;
lookahead = true;
};
};
};
};