mirror of
				https://github.com/marianozunino/nvim.git
				synced 2025-10-29 11:50:41 -03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			102 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			102 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| local M = {
 | |
|   "tpope/vim-sleuth",
 | |
| }
 | |
| 
 | |
| M.config = function()
 | |
|   vim.g.sleuth_automatic = 1
 | |
| end
 | |
| 
 | |
| return M
 |