summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-07-10 23:45:18 +0800
committerMineralwaterXu <[email protected]>2020-07-10 23:45:18 +0800
commit39f626596b53a6d3c42541e5079828a6b4bc66db (patch)
treecb2b059b909fa8f29b9b471d37cd864f4e968102
added nvim
-rw-r--r--.gitignore11
-rw-r--r--init.vim1
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c575c1c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*.swp
+.DS_Store
+view/
+plugged/
+sessions/
+autoload/
+tmp/
+.netrwhist
+_machine_specific.vim
+.vim-bookmarks
+
diff --git a/init.vim b/init.vim
new file mode 100644
index 0000000..8093aed
--- /dev/null
+++ b/init.vim
@@ -0,0 +1 @@
+colorscheme koehler