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