Esempio n. 1
0
def init():
    vimp.opt['l:filetype'] = 'roslaunch.xml'
    vimp.opt['l:omnifunc'] = LaunchComplete
    vimp.var['b:syntastic_checkers'] = ['rosvim']
    vimp.map('gf', goto_file, 'n', buffer=True)
Esempio n. 2
0
def init():
    vimp.opt['l:filetype'] = 'rosaction'
    vimp.opt['l:omnifunc'] = msg.MsgComplete
    vimp.map('gd', msg.goto_definition, 'n', buffer=True)
Esempio n. 3
0
File: msg.py Progetto: nus/vim-ros
def init():
    vimp.opt['l:filetype'] = 'rosmsg'
    vimp.opt['l:omnifunc'] = complete
    vimp.map('gd', goto_definition, 'n', buffer=True)
Esempio n. 4
0
def init():
    vimp.opt['l:filetype'] = 'xacro.xml'
    vimp.map('gf', goto_file, 'n', buffer=True)
Esempio n. 5
0
def init():
    vimp.opt['l:filetype'] = 'rosmsg'
    vimp.opt['l:omnifunc'] = complete
    vimp.map('gd', goto_definition, 'n', buffer=True)
Esempio n. 6
0
def init():
    vimp.opt["l:filetype"] = "rosmsg"
    vimp.opt["l:omnifunc"] = MsgComplete
    vimp.map("gd", goto_definition, "n", buffer=True)