Skip to content

tai-no-ala-ni/my-vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 my-vimrc 📗

First of all

If anything is unclear or strange, please write to isuue.

How To Start

Clone this repository to your Home Directory

git clone git@github.com:tai-no-ala-ni/mydotfiles-public.git ~/mydotfiles

📃 Vim and Neovim ✏️

💻 Requirements 📒

  • Neovim: 0.8+ or Vim 8.2+
  • fzf
  • deno
  • luarocks
  • nodejs,npm
  • curl

Please install above packages and add your $PATH.

🐧 The things you need to do ( for Ubuntu 22.04 Users ) 💡

1️⃣ 🔰 install Neovim 📧

curl -L https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.deb --create-dirs -o /tmp/nvim-deb/nvim-linux64.deb
sudo dpkg -i /tmp/nvim-dev/nvim-linux64.deb

2️⃣ 🔰 or install Vim 📧

sudo apt update -y
sudo apt install -y vim

3️⃣ 🎫 install dein.vim (Dark powered Vim/Neoim plugin manager) 🚁

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh)"
Please choose 2(local path)

4️⃣ 🚅 install fzf,deno,luarocks,nodejs,npm,curl 🔩

sudo apt update -y
sudo apt install -y fzf luarocks nodejs npm curl
curl -fsSL https://deno.land/x/install/install.sh | sh
pip3 install --user pynvim neovim

5️⃣ ✈️ Make symlinks for .vimrc ‼️

ln -snfv ~/mydotfiles/.vimrc ~/.vimrc
ln -snfv ~/mydotfiles/.vimrc ~/.config/nvim/init.vim

6️⃣ 🚀 Install packages for vim 💀

vim
:call dein#install()

7️⃣ 🎉 Happy Editing! 🎊

8️⃣ (Optional) you can add skk dictionary

mkdir -p ~/.skk
curl https://skk-dev.github.io/dict/SKK-JISYO.L.gz | gunzip -d - > ~/.skk/SKK-JISYO.L

🍎 The things you need to do ( for Mac Users ) 💡

1️⃣ 🔰 build nightly Neovim 📧

git clone git@github.com:neovim/neovim.git --branch=nightly --depth=1
make && sudo make install

2️⃣ 🔰 or install NeoVim using brew 📧

brew install neovim --pre

3️⃣ 🎫 install dein.vim (Dark powered Vim/Neoim plugin manager) 🚁

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh)"
Please choose 2(local path)

4️⃣ 🚅 install fzf,deno,luarocks,nodejs,npm,curl 🔩

brew install fzf luarocks nodejs npm curl
curl -fsSL https://deno.land/x/install/install.sh | sh
pip3 install --user pynvim neovim

5️⃣ ✈️ Make symlinks for .vimrc ‼️

ln -snfv ~/mydotfiles/.vimrc ~/.vimrc
ln -snfv ~/mydotfiles/.vimrc ~/.config/nvim/init.vim

6️⃣ 🚀 Install packages for vim 💀

vim
:call dein#install()

7️⃣ 🎉 Happy Editing! 🎊

8️⃣ (Optional) you can add skk dictionary

mkdir -p ~/.skk
curl https://skk-dev.github.io/dict/SKK-JISYO.L.gz | gunzip -d - > ~/.skk/SKK-JISYO.L

➕ The things you need to do ( for Windows Users ) 💡

💻 Plugins descriptions 🗼

Plugins not used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published