mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add git-blame and glow-nvim
This commit is contained in:
@@ -304,14 +304,14 @@ in
|
||||
extraConfig = "lua require('init')";
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
# gruvbox-nvim # TODO: Not working for some reason?
|
||||
# lush-nvim # required by gruvbox-nvim
|
||||
completion-nvim
|
||||
git-blame-nvim
|
||||
glow-nvim
|
||||
lualine-nvim
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
nvim-treesitter
|
||||
nvim-ts-rainbow
|
||||
nvim-tree-lua
|
||||
nvim-web-devicons
|
||||
rust-vim
|
||||
supertab
|
||||
@@ -323,8 +323,6 @@ in
|
||||
twilight-nvim
|
||||
typescript-vim
|
||||
vim-commentary
|
||||
vim-fugitive
|
||||
vim-gitgutter
|
||||
vim-go
|
||||
vim-javascript
|
||||
vim-markdown
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user