Advertisement
heisnberg17

Untitled

Nov 13th, 2023
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. vim.g.vrc_set_default_mapping = 0
  2. vim.g.vrc_response_default_content_type = 'application/json'
  3. vim.g.vrc_output_buffer_name = '__VRC_OUTPUT.json'
  4.  
  5. vim.g.vrc_auto_format_resource_patterns = {
  6.  json = 'python3 -m json.tool'
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement