Ported config from nixvim.
Made some changes to taste along the way, though there are some still to come.
This commit is contained in:
		
							parent
							
								
									9a78fd2d53
								
							
						
					
					
						commit
						3bd72ab98f
					
				
					 13 changed files with 601 additions and 740 deletions
				
			
		| 
						 | 
				
			
			@ -15,12 +15,6 @@ require('lze').load {
 | 
			
		|||
        -- javascript = { 'eslint' },
 | 
			
		||||
        -- typescript = { 'eslint' },
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      vim.api.nvim_create_autocmd({ "BufWritePost" }, {
 | 
			
		||||
        callback = function()
 | 
			
		||||
          require("lint").try_lint()
 | 
			
		||||
        end,
 | 
			
		||||
      })
 | 
			
		||||
    end,
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue