Newest nvim updates
This commit is contained in:
9
lsp/gdscript.lua
Normal file
9
lsp/gdscript.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local vim = vim
|
||||
local port = os.getenv 'GDScript_Port' or '6005'
|
||||
local cmd = vim.lsp.rpc.connect('127.0.0.1', tonumber(port))
|
||||
|
||||
return {
|
||||
cmd = cmd,
|
||||
filetypes = { 'gd', 'gdscript', 'gdscript3' },
|
||||
root_markers = { 'project.godot', '.git' }
|
||||
}
|
||||
Reference in New Issue
Block a user