From 07797b39851da045aa1bfd0289de0858a1377c48 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 18 Dec 2022 20:29:55 +0100 Subject: Switched to nvim and neovide --- doc/INSTALL | 46 ---------------------------------------------- doc/UPDATE | 4 ---- doc/gitignore | 50 -------------------------------------------------- 3 files changed, 100 deletions(-) delete mode 100644 doc/INSTALL delete mode 100644 doc/UPDATE delete mode 100644 doc/gitignore (limited to 'doc') diff --git a/doc/INSTALL b/doc/INSTALL deleted file mode 100644 index 9cab2dd..0000000 --- a/doc/INSTALL +++ /dev/null @@ -1,46 +0,0 @@ -# INSTALL -# this should briefly show you how to install this bundle - - -# [required steps] - -# Download the current version using git (probably you already have!) -git clone http://git.entwicklerseite.de/vim ~/.vim - -# Get the required submodule(s) -git submodule update --init --recursive - -# start vim for the first time and use the plugin manager to install required plugins -vim -c ":PlugInstall" - -# build YouCompleteMe -cd ~/.vim/plugged/YouCompleteMe -python ./install.py --clang-completer - - - - -# [optional steps] -# create a symbolic link to the downloaded vim.rc in you $HOME-directory -ln -s ~/.vim/vimrc ~/.vimrc - -# gvim: make menu bar more fancy -ln -s ~/.vim/gtk-3.0.css ~/.config/gtk-3.0/gtk.css - -# if you do not have working gvim start menu entries, try: -ln -s ~/.vim/gvim-tab.desktop ~/.local/share/applications/ -update-desktop-database ~/.local/share/applications/ - -# Thunar file manager specific: create an entry in the sendto menu... -mkdir -p ~/.local/share/Thunar/sendto/ -ln -s ~/.vim/gvim-tab.desktop ~/.local/share/Thunar/sendto/ - - - -# [random/unfinished stuff] -# download plugins and spell file for your language -# vim -c ":set spell" -# vim +set\ spell # < maybe that works as well -# :call spellfile#LoadFile(expand("de")) - -# vim: noai:ts=2:sw=2 filetype=csh nolist diff --git a/doc/UPDATE b/doc/UPDATE deleted file mode 100644 index 6321b85..0000000 --- a/doc/UPDATE +++ /dev/null @@ -1,4 +0,0 @@ -git submodule -q foreach git pull -q origin master - -In Vim: -:VundleUpdate diff --git a/doc/gitignore b/doc/gitignore deleted file mode 100644 index 1d8dd28..0000000 --- a/doc/gitignore +++ /dev/null @@ -1,50 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -bin/ -build/ -develop-eggs/ -dist/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Rope -.ropeproject - -# Django stuff: -*.log -*.pot - -# Sphinx documentation -docs/_build/ -- cgit v1.2.3