sitiom/nvim-numbertoggle
This commit is contained in:
		
							parent
							
								
									e19e7e9659
								
							
						
					
					
						commit
						cdb6ede5cc
					
				
							
								
								
									
										3
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										3
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -614,7 +614,7 @@ require('lazy').setup({
 | 
				
			||||||
      formatters_by_ft = {
 | 
					      formatters_by_ft = {
 | 
				
			||||||
        lua = { 'stylua' },
 | 
					        lua = { 'stylua' },
 | 
				
			||||||
        -- Conform can also run multiple formatters sequentially
 | 
					        -- Conform can also run multiple formatters sequentially
 | 
				
			||||||
        python = { 'isort', 'black' },
 | 
					        -- python = { 'isort', 'black' },
 | 
				
			||||||
        --
 | 
					        --
 | 
				
			||||||
        -- You can use 'stop_after_first' to run the first available formatter from the list
 | 
					        -- You can use 'stop_after_first' to run the first available formatter from the list
 | 
				
			||||||
        -- javascript = { "prettierd", "prettier", stop_after_first = true },
 | 
					        -- javascript = { "prettierd", "prettier", stop_after_first = true },
 | 
				
			||||||
| 
						 | 
					@ -790,6 +790,7 @@ require('lazy').setup({
 | 
				
			||||||
      --  Check out: https://github.com/echasnovski/mini.nvim
 | 
					      --  Check out: https://github.com/echasnovski/mini.nvim
 | 
				
			||||||
    end,
 | 
					    end,
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  { 'sitiom/nvim-numbertoggle' },
 | 
				
			||||||
  { -- Highlight, edit, and navigate code
 | 
					  { -- Highlight, edit, and navigate code
 | 
				
			||||||
    'nvim-treesitter/nvim-treesitter',
 | 
					    'nvim-treesitter/nvim-treesitter',
 | 
				
			||||||
    build = ':TSUpdate',
 | 
					    build = ':TSUpdate',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue