Skip to content

Commit

Permalink
vim: add editorconfig-vim
Browse files Browse the repository at this point in the history
  • Loading branch information
pcgilday committed Mar 15, 2024
1 parent e3c7ad2 commit 97d83c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Plug 'vim-ruby/vim-ruby'
Plug 'github/copilot.vim'
Plug 'hashivim/vim-terraform'
Plug 'adelarsq/vim-matchit'
Plug 'editorconfig/editorconfig-vim'

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Expand All @@ -47,6 +48,10 @@ call plug#end()

colorscheme dracula

"Section: editorconfig

let g:EditorConfig_exclude_patterns = ['fugitive://.*']

" Section: Nerdtree
nnoremap <Leader>n :NERDTreeToggle<CR>
let NERDTreeShowHidden = 1
Expand Down

0 comments on commit 97d83c1

Please sign in to comment.