Skip to content

Commit

Permalink
feat(nvim): more plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuw committed Oct 23, 2023
1 parent 55aab20 commit cc086f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dot_config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Plug 'junegunn/fzf.vim'

Plug 'unblevable/quick-scope'
Plug 'easymotion/vim-easymotion'

Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}

call plug#end()

filetype plugin indent on
Expand All @@ -21,4 +24,6 @@ let g:vimtex_compiler_method = 'tectonic'

let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']

lua require('init')

set ruler
Empty file.

0 comments on commit cc086f7

Please sign in to comment.