plugins: ReplaceWithRegister and nightfly

This commit is contained in:
noelcv 2024-01-01 22:38:14 +01:00
parent 0b95df7384
commit a77e0255b7
2 changed files with 10 additions and 3 deletions

View file

@ -186,10 +186,14 @@ require('lazy').setup({
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',
'tpope/vim-surround',
-- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth',
-- Replace with Register for copy paste operations
'vim-scripts/ReplaceWithRegister',
{ 'bluz71/vim-nightfly-colors', name = 'nightfly', lazy = false, priority = 1000 },
-- NOTE: This is where your plugins related to LSP can be installed.
-- The configuration is done below. Search for lspconfig to find it below.
{
@ -227,7 +231,7 @@ require('lazy').setup({
},
-- Useful plugin to show you pending keybinds.
{ 'folke/which-key.nvim', opts = {} },
{ 'folke/which-key.nvim', opts = {} },
{
-- Adds git related signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
@ -336,7 +340,7 @@ require('lazy').setup({
},
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },
{ 'numToStr/Comment.nvim', opts = {} },
-- Fuzzy Finder (files, lsp, etc)
{