This website requires JavaScript.
Explore
Help
Register
Sign In
newbie
/
nvim
Watch
1
Star
0
Fork
You've already forked nvim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
293a5a8689
nvim
/
lua
/
lsp
/
bash.lua
6 lines
104 B
Lua
Raw
Blame
History
return
{
on_attach
=
function
(
)
G.api
.
nvim_create_user_command
(
'
R
'
,
G.run_cmd
(
'
sh %
'
)
,
{
}
)
end
}
Reference in New Issue
View Git Blame
Copy Permalink