21 lines
		
	
	
		
			676 B
		
	
	
	
		
			Lua
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			676 B
		
	
	
	
		
			Lua
		
	
	
	
return {
 | 
						|
    'airblade/vim-rooter',
 | 
						|
    'nuchs/vim-hypr-nav',
 | 
						|
    'isobit/vim-caddyfile',
 | 
						|
    'debugloop/telescope-undo.nvim',
 | 
						|
    {'windwp/nvim-autopairs', event = "InsertEnter", opts = {}},
 | 
						|
    {'NeogitOrg/neogit', dependencies = {"nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", "sindrets/diffview.nvim"}, config = true, lazy = true},
 | 
						|
    {'lervag/vimtex', ft='latex'},
 | 
						|
    {'numToStr/Comment.nvim',
 | 
						|
        opts = {
 | 
						|
            mappings = {
 | 
						|
                basic = false
 | 
						|
            },
 | 
						|
            toggler = {
 | 
						|
                line = "gcc"
 | 
						|
            }
 | 
						|
        },
 | 
						|
    },
 | 
						|
    { "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim" }, opts = {} }
 | 
						|
}
 |