updated indent-blankline.
This commit is contained in:
		
							parent
							
								
									fe3b72a0b3
								
							
						
					
					
						commit
						b82b198717
					
				
					 1 changed files with 9 additions and 10 deletions
				
			
		| 
						 | 
					@ -74,6 +74,8 @@ return require('packer').startup(function(use)
 | 
				
			||||||
						'rust_analyzer',
 | 
											'rust_analyzer',
 | 
				
			||||||
						'pyright',
 | 
											'pyright',
 | 
				
			||||||
						'bashls',
 | 
											'bashls',
 | 
				
			||||||
 | 
											'pylsp', -- run PylspInstall pylsp-rope python-lsp-black python-lsp-ruff
 | 
				
			||||||
 | 
											'pyright',
 | 
				
			||||||
						'texlab',
 | 
											'texlab',
 | 
				
			||||||
						'clangd',
 | 
											'clangd',
 | 
				
			||||||
					},
 | 
										},
 | 
				
			||||||
| 
						 | 
					@ -151,14 +153,14 @@ return require('packer').startup(function(use)
 | 
				
			||||||
		config = function()
 | 
							config = function()
 | 
				
			||||||
			require("trouble").setup {
 | 
								require("trouble").setup {
 | 
				
			||||||
				position = "bottom", -- position of the list can be: bottom, top, left, right
 | 
									position = "bottom", -- position of the list can be: bottom, top, left, right
 | 
				
			||||||
				height = 10,        -- height of the trouble list when position is top or bottom
 | 
									height = 10, -- height of the trouble list when position is top or bottom
 | 
				
			||||||
				width = 50,         -- width of the list when position is left or right
 | 
									width = 50, -- width of the list when position is left or right
 | 
				
			||||||
				icons = true,       -- use devicons for filenames
 | 
									icons = true, -- use devicons for filenames
 | 
				
			||||||
				mode = "workspace_diagnostics", -- "workspace_diagnostics", "document_diagnostics", "quickfix", "lsp_references", "loclist"
 | 
									mode = "workspace_diagnostics", -- "workspace_diagnostics", "document_diagnostics", "quickfix", "lsp_references", "loclist"
 | 
				
			||||||
				fold_open = "",  -- icon used for open folds
 | 
									fold_open = "", -- icon used for open folds
 | 
				
			||||||
				fold_closed = "", -- icon used for closed folds
 | 
									fold_closed = "", -- icon used for closed folds
 | 
				
			||||||
				group = true,       -- group results by file
 | 
									group = true, -- group results by file
 | 
				
			||||||
				padding = true,     -- add an extra new line on top of the list
 | 
									padding = true, -- add an extra new line on top of the list
 | 
				
			||||||
				action_keys = {
 | 
									action_keys = {
 | 
				
			||||||
					-- key mappings for actions in the trouble list
 | 
										-- key mappings for actions in the trouble list
 | 
				
			||||||
					-- map to {} to remove a mapping, for example:
 | 
										-- map to {} to remove a mapping, for example:
 | 
				
			||||||
| 
						 | 
					@ -488,10 +490,7 @@ return require('packer').startup(function(use)
 | 
				
			||||||
		config = function()
 | 
							config = function()
 | 
				
			||||||
			vim.opt.list = true
 | 
								vim.opt.list = true
 | 
				
			||||||
			vim.opt.listchars:append("eol:↴")
 | 
								vim.opt.listchars:append("eol:↴")
 | 
				
			||||||
			require('indent_blankline').setup {
 | 
								require('ibl').setup {}
 | 
				
			||||||
				show_end_of_line = true,
 | 
					 | 
				
			||||||
				show_current_context = true
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		end
 | 
							end
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue