diff options
author | Josh Rahm <rahm@google.com> | 2024-03-27 11:45:46 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-03-27 11:46:17 -0600 |
commit | 90716a6b31d0cdeee7fe333a292c62470c027f1a (patch) | |
tree | fd3c156f1b3fc730fd5651960f6cd5c4001cc0fc | |
parent | 90e25d91739f24364152e9cf6bbfdc619600d333 (diff) | |
download | config.vim-90716a6b31d0cdeee7fe333a292c62470c027f1a.tar.gz config.vim-90716a6b31d0cdeee7fe333a292c62470c027f1a.tar.bz2 config.vim-90716a6b31d0cdeee7fe333a292c62470c027f1a.zip |
Add jq plugin
-rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,6 +47,7 @@ Plug 'nvim-treesitter/nvim-treesitter-textobjects' Plug 'nvim-treesitter/playground' Plug 'onsails/lspkind.nvim' Plug 'tpope/vim-surround' +Plug 'vito-c/jq.vim' if has('rneovim') Plug 'git@git.josher.dev:rneovim-userregs.git' @@ -113,7 +114,6 @@ noremap ^ ^zH noremap <leader>t <cmd>TroubleToggle<cr> - function! HighlightColorColumns() abort hi MyColorColumn guifg=#644141 guibg=none gui=None endfunction |