use telescope for code-actions in nixvim

This commit is contained in:
lucy 2025-12-11 11:57:37 +01:00
parent 39931e93c2
commit 23584a5a11
5 changed files with 13 additions and 0 deletions

View File

@ -163,6 +163,8 @@
quickshell
kdePackages.qtdeclarative
kdePackages.qtbase
unzip
];
programs.steam = {

View File

@ -25,6 +25,8 @@
"--background-index"
"--query-driver=${pkgs.clang}/bin/clang++"
"--query-driver=${pkgs.clang}/bin/clang"
"--query-driver=${pkgs.gcc}/bin/gcc"
"--query-driver=${pkgs.gcc}/bin/g++"
];
nixd.enable = true;
};

View File

@ -76,5 +76,10 @@
mode = "n";
action = "<cmd>terminal<cr>";
}
{
key = "<leader>qf";
mode = "n";
action = "<cmd>lua vim.lsp.buf.code_action()<cr>";
}
];
}

View File

@ -149,6 +149,9 @@
nvim-tree.enable = true;
telescope = {
enable = true;
extensions = {
ui-select.enable = true;
};
settings = {
pickers = {
find_files = {

View File

@ -95,6 +95,7 @@
"tray" = {
icon-size = 14;
spacing = 10;
};
"hyprland/workspaces" = {