Majixed / vim-dotfiles

My vim dotfiles.
3 stars 0 forks source link

Majixed's Vim dotfiles

A collection of my Vim configuration files. These can be used with the a-Shell <https://github.com/holzschu/a-shell>_ terminal emulator for iOS as well as on Linux.

How to use

Cloning #######

git


.. code:: sh

$ git clone https://github.com/Majixed/vim-dotfiles --recursive

lg2 (if you use a-Shell)


.. code:: sh

$ lg2 clone https://github.com/Majixed/vim-dotfiles
$ cd vim-dotfiles
$ lg2 submodule update --init

Setup

Rename the cloned folder to .vim, after backing up your current .vim folder, for example

.. code:: sh

$ mv .vim .vim.bak
$ mv vim-dotfiles .vim

If you have a .vimrc file in your home directory, rename it to something else so that Vim doesn't try to process it, and you're good to go.

Feel free to open an issue if you have any questions or suggestions.

Screenshots

Here is a screenshot of Vim running on an iPad with my configuration, and the tokyonight-vim <https://github.com/ghifarit53/tokyonight-vim> color scheme, along with the JetBrainsMono Nerd Font from nerd-fonts <https://github.com/ryanoasis/nerd-fonts>

.. image:: https://github.com/Majixed/vim-dotfiles/blob/main/screenshot.jpg :alt: screenshot

Plug-in repositories