Add git-blame and glow-nvim

This commit is contained in:
Dave Gallant
2021-07-28 10:59:02 -04:00
parent 6acd1a5240
commit 0061301ec5
2 changed files with 6 additions and 5 deletions

View File

@@ -276,6 +276,9 @@ vim.g.vim_markdown_new_list_item_indent = 0
-- vim-prettier
vim.g['prettier#autoformat'] = 1
-- git-blame
vim.g.gitblame_enabled = 0
-- telescope
vim.api.nvim_set_keymap("n", "<leader>ff", "<cmd>Telescope find_files<cr>",
{silent = true, noremap = true}