Skip to content

Commit

Permalink
Remove todotxt
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzz committed Jul 7, 2020
1 parent 8f88de0 commit cea3141
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 373 deletions.
7 changes: 0 additions & 7 deletions chef/todotxt/files/add_ons/archive

This file was deleted.

14 changes: 0 additions & 14 deletions chef/todotxt/files/add_ons/del

This file was deleted.

60 changes: 0 additions & 60 deletions chef/todotxt/files/add_ons/nav

This file was deleted.

150 changes: 0 additions & 150 deletions chef/todotxt/files/add_ons/note

This file was deleted.

6 changes: 0 additions & 6 deletions chef/todotxt/files/add_ons/rm

This file was deleted.

11 changes: 0 additions & 11 deletions chef/todotxt/files/command

This file was deleted.

85 changes: 0 additions & 85 deletions chef/todotxt/files/config

This file was deleted.

21 changes: 0 additions & 21 deletions chef/todotxt/recipes/default.rb

This file was deleted.

7 changes: 0 additions & 7 deletions chef/vim/files/vim_config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-unimpaired'
Plug 'w0rp/ale'
Plug 'https://gitlab.com/dbeniamine/todo.txt-vim.git'

call plug#end()

Expand Down Expand Up @@ -73,12 +72,6 @@ au BufRead,BufNewFile {Gemfile,Rakefile,Vagrantfile,Procfile,*.ru,*.rake} set ft
au BufRead,BufNewFile *.{md,markdown,mdown,mkd,mkdn} set ft=markdown | set wrap
au BufRead,BufNewFile {*.json,.jshintrc,.eslintrc,*.pegjs} set ft=javascript

" Add auto-completion support for todo-txt files
au filetype todo setlocal omnifunc=todo#Complete
au filetype todo imap <buffer> + +<C-X><C-O>
au filetype todo imap <buffer> @ @<C-X><C-O>
au filetype todo normal zR

" Use the full window width for the quickfix list
au FileType qf wincmd J

Expand Down
Loading

0 comments on commit cea3141

Please sign in to comment.