mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 21:32:27 +00:00
Enable git blame
This commit is contained in:
@@ -294,7 +294,7 @@ vim.g.vim_markdown_new_list_item_indent = 0
|
||||
vim.g["prettier#autoformat"] = 1
|
||||
|
||||
-- git-blame
|
||||
vim.g.gitblame_enabled = 0
|
||||
vim.g.gitblame_enabled = 1
|
||||
|
||||
vim.api.nvim_set_keymap("n", "<leader>ff", "<cmd>Telescope find_files find_command=rg,--ignore,--hidden,--files,-g,!.git prompt_prefix=🔍<cr>", { silent = true, noremap = true })
|
||||
vim.api.nvim_set_keymap("n", "<leader>fg", "<cmd>Telescope live_grep<cr>", { silent = true, noremap = true })
|
||||
|
Reference in New Issue
Block a user