Skip to content

s4vvi/nvim-velo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-velo

Neovim plugin for faster VQL (Velociraptor Query Language) development.

Configuration (Plug):

Plug = vim.fn['plug#']
vim.call('plug#begin', '~/.config/nvim/plugged')
    Plug 's4vvi/nvim-velo'
vim.call('plug#end')

require('nvim-velo').setup({
    api_config_path = "/home/user/secrets/api.config.yaml", -- Absolute path w/ proper privs
    default_client_fqdn = "localhost", -- Default hostname for running client VQLs 
    delete_flow_after_exec = true -- Whether or not to delete flow's after client VQL
})

vim.filetype.add({
    extension = {
        vql="vql"
    }
})

Add the VQL syntax hightlights:

sudo cp assets/vql.vim /usr/share/nvim/runtime/syntax/

About

Neovim plugin for faster VQL (Velociraptor Query Language) development

Resources

License

Stars

Watchers

Forks

Packages

No packages published