mspark777 / vim

My neovim configure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim

My nvim configure.

Install

macOS

  1. iterm2. stats
  2. brew git fzf ripgrep jq tidy-html5 fd bat ack wget tmux zstd nerdfonts tree-sitter lazygit neovim awscli
  3. asdf
  4. git clone git@github.com:mspark777/vim.git ~/.config/nvim
  5. cd ~/.config/nvim
  6. nvim
  7. nvim :check
  8. on-my-zsh, powerlevel10k. plugins=(git zsh-autosuggestions zsh-syntax-highlighting web-search ohmyzsh-full-autoupdate)
  9. iterm2 color-scheme tokyonight-night

Ubuntu

  1. apt install build-essential vim-gtk3
  2. brew git make xclip ack fzf ripgrep jq tidy-html5 fd bat zstd nerdfonts zsh tree-sitter lazygit neovim awscli llvm
  3. asdf
  4. git clone git@github.com:mspark777/vim.git ~/.config/nvim
  5. cd ~/.config/nvim
  6. nvim
  7. nvim :check

WSL

  1. Windows terminal
  2. Ubuntu
  3. apt purge tmux && apt install tmux
  4. Windows terminal color tokyonight-night

Manually Version Control

  1. telecope.nvim

Gitconfig

git config user.name 'mspark777'
git config user.email 'topangel777@gmail.com'
git config --global core.editor nvim
git config --global push.default simple
git config --global pull.rebase false
git config --global pager.branch false
git config --global pager.config false
git config --global pager.diff false
git config --global diff.tool vimdiff
git config --global init.defaultBranch main

About

My neovim configure


Languages

Language:Lua 91.8%Language:Shell 4.3%Language:Vim Script 3.2%Language:Makefile 0.7%