From 631d498fef5ed1868237da0e39e8d9595d80a9a8 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Fri, 10 Nov 2023 13:52:49 +0000 Subject: [PATCH] cleanup --- .gitignore | 2 -- .gitmodules | 19 ------------------- after/autoload/sep.vim | 0 after/ftplugin/dot.vim | 1 - after/ftplugin/javascript.vim | 5 ----- after/ftplugin/test.csv | 11 ----------- 6 files changed, 38 deletions(-) delete mode 100644 .gitmodules delete mode 100644 after/autoload/sep.vim delete mode 100644 after/ftplugin/dot.vim delete mode 100644 after/ftplugin/javascript.vim delete mode 100644 after/ftplugin/test.csv diff --git a/.gitignore b/.gitignore index 43cf5a9..ed0e3f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ plugged -plugin -.netrwhist diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 70f666c..0000000 --- a/.gitmodules +++ /dev/null @@ -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 diff --git a/after/autoload/sep.vim b/after/autoload/sep.vim deleted file mode 100644 index e69de29..0000000 diff --git a/after/ftplugin/dot.vim b/after/ftplugin/dot.vim deleted file mode 100644 index 0f75788..0000000 --- a/after/ftplugin/dot.vim +++ /dev/null @@ -1 +0,0 @@ -nnoremap p :!dot -Tpng % > %:r.png && open %:r.png diff --git a/after/ftplugin/javascript.vim b/after/ftplugin/javascript.vim deleted file mode 100644 index 9f1d9a4..0000000 --- a/after/ftplugin/javascript.vim +++ /dev/null @@ -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'] diff --git a/after/ftplugin/test.csv b/after/ftplugin/test.csv deleted file mode 100644 index af05fad..0000000 --- a/after/ftplugin/test.csv +++ /dev/null @@ -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