Browse Source

cleanup

dev
Gregory Leeman 1 year ago
parent
commit
631d498fef
  1. 2
      .gitignore
  2. 19
      .gitmodules
  3. 0
      after/autoload/sep.vim
  4. 1
      after/ftplugin/dot.vim
  5. 5
      after/ftplugin/javascript.vim
  6. 11
      after/ftplugin/test.csv

2
.gitignore

@ -1,3 +1 @@
plugged
plugin
.netrwhist

19
.gitmodules

@ -1,19 +0,0 @@
[submodule "plugins/notecrate.vim"]
path = plugins/notecrate.vim
url = https://git.gregoryleeman.com/gregory/notecrate.vim.git
update = merge
[submodule "plugins/sep.vim"]
path = plugins/sep.vim
url = https://git.gregoryleeman.com/gregory/sep.vim
update = merge
[submodule "plugins/game.vim"]
path = plugins/game.vim
url = https://git.gregoryleeman.com/gregory/game.vim
update = merge
[submodule "plugins/foldsearch.vim"]
path = plugins/foldsearch.vim
url = https://git.gregoryleeman.com/gregory/foldsearch.vim
update = merge
[submodule "plugins/todo.vim"]
path = plugins/todo.vim
url = https://git.gregoryleeman.com/gregory/todo.vim.git

0
after/autoload/sep.vim

1
after/ftplugin/dot.vim

@ -1 +0,0 @@
nnoremap <buffer> <leader>p :!dot -Tpng % > %:r.png && open %:r.png<cr>

5
after/ftplugin/javascript.vim

@ -1,5 +0,0 @@
set expandtab
" let b:ale_linters = ['flake8']
" let b:ale_linters = ['pylint']
" let b:ale_linters = ['flake8', 'pylint']
" let b:ale_fixers = ['black']

11
after/ftplugin/test.csv

@ -1,11 +0,0 @@
Letters,Numbers
a ,0
a ,2
a ,7
b ,1
d ,3
e ,4
f ,5
g ,6
z ,8
z ,9
1 Letters Numbers
2 a 0
3 a 2
4 a 7
5 b 1
6 d 3
7 e 4
8 f 5
9 g 6
10 z 8
11 z 9
Loading…
Cancel
Save