feat(nvim): add profile and gx
This commit is contained in:
		
							
								
								
									
										13
									
								
								nvim/lsp/luals.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								nvim/lsp/luals.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| return { | ||||
| 	cmd = { "lua-language-server" }, | ||||
| 	filetypes = { "lua" }, | ||||
| 	root_markers = { ".luarc.json", ".luarc.jsonc" }, | ||||
| 	settings = { | ||||
| 		Lua = { | ||||
| 			runtime = { | ||||
| 				version = "LuaJIT", | ||||
| 			}, | ||||
| 			signatureHelp = { enabled = true }, | ||||
| 		}, | ||||
| 	}, | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Oliver
					Oliver