updae
This commit is contained in:
parent
d3bc3ce9ab
commit
9b946457da
@ -7,5 +7,13 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
on_attach = function()
|
||||
G.api.nvim_create_user_command('R', function()
|
||||
G.cmd [[set splitbelow]]
|
||||
G.cmd [[sp]]
|
||||
G.cmd [[term go run %]]
|
||||
G.cmd [[startinsert]]
|
||||
end, {})
|
||||
end
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user