This commit is contained in:
iFargle 2024-02-13 14:09:01 +09:00
parent e6385677fd
commit 2922885dc9

View file

@ -54,6 +54,8 @@
# Fugitive # Fugitive
(nmap "<leader>gc" ":Git commit -a<CR>" // desc "[C]ommit" ) (nmap "<leader>gc" ":Git commit -a<CR>" // desc "[C]ommit" )
(nmap "<leader>gp" ":Git push<CR>" // desc "[P]ush") (nmap "<leader>gp" ":Git push<CR>" // desc "[P]ush")
# LSP
(nmap "<leader>lh" "vim.lsp.buf.hover<CR>" // desc "LSP [H]over")
]; ];
options = { options = {
@ -103,9 +105,6 @@
}; };
}; };
# better quick fix window
nvim-bqf.enable = true;
telescope = { telescope = {
enable = true; enable = true;
extensions.fzf-native.enable = true; extensions.fzf-native.enable = true;