maybe? noooot

This commit is contained in:
cnst
2024-07-15 15:28:35 +02:00
parent 7995628753
commit c378fa7c40
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
{
# "<C-c>" = "<cmd> %y+ <CR>";
"<C-v>" = "p";
"<C-a>" = "<cmd>%y<CR>";
"<C-a>" = "ggVG";
"<Space>" = "<NOP>";
# Esc to clear search results

View File

@@ -63,7 +63,7 @@
};
};
tsserver = {
enable = true; # TS/JS
enable = false; # TS/JS
};
# Rust
rust-analyzer = {