Skip to content

Commit

Permalink
vimrc: Add ypcrts/securemodelines plugin.
Browse files Browse the repository at this point in the history
(Now when I open vimrc the folds are initially closed - foldmethod is now set to "marker" as specified in the modeline.)
  • Loading branch information
shaneharper committed Oct 12, 2023
1 parent 27c6467 commit 2633749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ nnoremap <leader>* :Ggrep -P "\b<C-R><C-W>\b"<CR>:copen<CR>
command -nargs=? Fdiff execute "Gdiff <args>" | call s:go_to_first_change_in_diff_mode() | wincmd x
" }}}

Plug 'ypcrts/securemodelines'

" Jedi-Vim: tools for Python dev
" <leader>n = show usages <leader>g = go to an assignment <leader>r = rename
Plug 'davidhalter/jedi-vim'
Expand Down

0 comments on commit 2633749

Please sign in to comment.