framework: update to 25.11

This commit is contained in:
Tristan 2025-12-02 10:04:20 +00:00
parent ce966f0782
commit 8a4b37e7ed
13 changed files with 103 additions and 157 deletions

View file

@ -294,7 +294,6 @@ in {
};
yamlls.enable = true;
gopls.enable = true;
ansiblels.enable = true;
};
keymaps = {
lspBuf = {
@ -359,27 +358,6 @@ in {
enable = true;
folding = true;
};
treesitter-textobjects = {
enable = true;
select = {
enable = true;
lookahead = true;
keymaps = {
"af" = {
query = "@function.outer";
desc = "Function Outer";
};
"ac" = {
query = "@comment.outer";
desc = "Comment Outer";
};
"if" = {
query = "@function.inner";
desc = "Function Inner";
};
};
};
};
oil = {
enable = true;