From f3c0e0880bec401fce5414d81d0a129c4a77337c Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Tue, 30 Mar 2021 16:57:59 +0200 Subject: [PATCH] Typos. --- dotfiles/.vimrc | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index edbacb8..849d892 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -15,7 +15,7 @@ endif call plug#begin('~/.vim/bundle') -" Add git changes to fron of the line +" Add git changes to front of the line Plug 'airblade/vim-gitgutter' " Java autocomplete @@ -63,7 +63,7 @@ Plug 'mattn/webapi-vim' " vue support Plug 'posva/vim-vue' -" Makes (un)commenting out stuff much easier. +" Makes (un)commenting stuff much easier. Plug 'preservim/nerdcommenter' " My light theme. @@ -273,6 +273,7 @@ map t TaskList " nerdtree settings map :NERDTreeToggle +let NERDTreeIgnore=['\.git$'] " airline settings let g:airline#extensions#tabline#enabled = 1 " Show buffers as tabs @@ -309,14 +310,6 @@ augroup END highlight link myTodo Todo - -" Highlight "self." in different color in python files: - -augroup python_syntax_extra - autocmd! - autocmd! Syntax python :syn keyword Keyword self -augroup END - " Bind ctrl+u to jump list jump (opposite of ctrl+o) nnoremap