1
0
Fork 0

Compare commits

...

2 Commits

3 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,7 @@
zoxide.enable = true;
btop.enable = true;
eza.enable = true;
fzf.enable = true;
bash = {
enable = true;

View File

@ -53,6 +53,10 @@ in
action = "<cmd>TroubleToggle<cr>";
key = "<C-S-t>";
}
{
action = "<cmd>lua vim.lsp.buf.hover()<cr>";
key = "<S-k>";
}
{
action = ''
function()

View File

@ -14,6 +14,7 @@
{ name = "buffer"; }
{ name = "copilot"; }
{ name = "crates"; }
{ name = "cmdline"; }
];
completion = {
keyword_length = 3;