minor changes to lspconfig
This commit is contained in:
		
							parent
							
								
									742c57fea5
								
							
						
					
					
						commit
						3c9d8d8dcc
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
function on_attach(client)
 | 
			
		||||
function on_attach(client, bufnr)
 | 
			
		||||
    local function buf_set_keymap(...)
 | 
			
		||||
        vim.api.nvim_buf_set_keymap(bufnr, ...)
 | 
			
		||||
    end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
local gl = require("galaxyline")
 | 
			
		||||
local gls = gl.section
 | 
			
		||||
 | 
			
		||||
gl.short_line_list = {" "} -- keeping this table { } as empty will show inactive statuslines
 | 
			
		||||
gl.short_line_list = {" "}
 | 
			
		||||
 | 
			
		||||
local colors = {
 | 
			
		||||
    bg = "#22262e",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue