updtae
This commit is contained in:
parent
dc59083710
commit
ca0520cd1e
1
init.lua
1
init.lua
@ -24,7 +24,6 @@ end
|
|||||||
G.opt.rtp:prepend(lazypath)
|
G.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require("keymap")
|
require("keymap")
|
||||||
require("customcmd")
|
|
||||||
|
|
||||||
if G.g.vscode then
|
if G.g.vscode then
|
||||||
require('vscode')
|
require('vscode')
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
-- G.api.nvim_buf_create_user_command( "*.py", "R" , "!python3 %", { complete = true })
|
|
||||||
-- G.cmd[[command! R !python3 %]]
|
|
||||||
-- G.cmd[[command! -range C <line1>,<line2>]]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,2 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
|
on_attach = function()
|
||||||
|
G.cmd[[command! R !python3 %]]
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user