[MINOR] Added hardtime.nvim to remove bad habits
This commit is contained in:
		
							parent
							
								
									1b1d339c12
								
							
						
					
					
						commit
						eaa89ac51a
					
				
					 1 changed files with 12 additions and 4 deletions
				
			
		|  | @ -36,6 +36,13 @@ lazy.setup({ | |||
|     'tpope/vim-surround', | ||||
|     'tpope/vim-obsession', | ||||
| 
 | ||||
|     { | ||||
|         'm4xshen/hardtime.nvim', | ||||
|         config = function() | ||||
|             require 'hardtime'.setup {} | ||||
|         end | ||||
|     }, | ||||
| 
 | ||||
|     --Tmux navigation | ||||
|     { | ||||
|         'alexghergh/nvim-tmux-navigation', | ||||
|  | @ -71,10 +78,11 @@ lazy.setup({ | |||
|         end | ||||
|     }, | ||||
| 
 | ||||
|     {'stevearc/oil.nvim', | ||||
|       config = function() | ||||
|         require("oil").setup() | ||||
|       end           | ||||
|     { | ||||
|         'stevearc/oil.nvim', | ||||
|         config = function() | ||||
|             require("oil").setup() | ||||
|         end | ||||
|     }, | ||||
| 
 | ||||
|     -------------------------------------------------------LSP---------------------------------------------- | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue