diff --git a/dotfiles/init.vim b/dotfiles/init.vim deleted file mode 100644 index a3223c7..0000000 --- a/dotfiles/init.vim +++ /dev/null @@ -1,43 +0,0 @@ -call plug#begin('~/.vim/plugged') - -" FILE VIEW -Plug 'scrooloose/nerdtree' -Plug 'ryanoasis/vim-devicons' - -" COC -Plug 'neoclide/coc.nvim', {'branch': 'release'} -Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } - -Plug 'dense-analysis/ale' - -call plug#end() - -" GENERAL - -set title -set number -set relativenumber -set cursorline - -" - -set mouse=a - -" THEMES -syntax enable - -" FILE VIEW - -let g:NERDTreeShowHidden = 1 -let g:NERDTreeMinimalUI = 1 -let g:NERDTreeIgnore = [ '.git/' ] -let g:NERDTreeStatusline = '' -let g:NERDTreeMouseMode = 2 -" Automaticaly close nvim if NERDTree is only thing left open -autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif -" Toggle -nnoremap :NERDTreeToggle - -" COC -let g:coc_global_extensions = ['coc-emmet', 'coc-css', 'coc-html', 'coc-json', 'coc-prettier', 'coc-tsserver'] - diff --git a/dotfiles/locale.conf b/dotfiles/locale.conf deleted file mode 100644 index 671b6a7..0000000 --- a/dotfiles/locale.conf +++ /dev/null @@ -1,10 +0,0 @@ -LANG=de_DE.UTF-8 -LC_ADDRESS=de_DE.UTF-8 -LC_IDENTIFICATION=de_DE.UTF-8 -LC_MEASUREMENT=de_DE.UTF-8 -LC_MONETARY=de_DE.UTF-8 -LC_NAME=de_DE.UTF-8 -LC_NUMERIC=de_DE.UTF-8 -LC_PAPER=de_DE.UTF-8 -LC_TELEPHONE=de_DE.UTF-8 -LC_TIME=de_DE.UTF-8 \ No newline at end of file diff --git a/dotfiles/nanorc b/dotfiles/nanorc deleted file mode 100644 index 0fce9c8..0000000 --- a/dotfiles/nanorc +++ /dev/null @@ -1,305 +0,0 @@ -## Test comment - -## Sample initialization file for GNU nano. -## -## For the options that take parameters, the default value is shown. -## Other options are unset by default. To make sure that an option -## is disabled, you can use "unset