Skip to content

2nthony/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2nthony's dotfiles

Screen-2023-02-19-92910.PM.mp4
cover1

vitesse.nvim

lazy with extra features:

  • Supertab(VS Code like)
  • AI-Powered Autocomplete(Copilot, with hints, not cmp)
  • Good Looking Theme(vitesse)
  • Transparent friendly
  • Git Integration(LazyGit, Neogit)
  • Vue supported(vue.lua)
  • Partially support vscode workspace settings
  • ...

Setup

  1. Install LazyVim
  2. Clone this repo and link nvim to ~/.config
git clone https://github.com/2nthony/dotfiles.git ~/yourclonedpath
ln -s ~/yourclonedpath/.config/nvim ~/.config

Plugins

All plugins plugins/.

Keymaps

General

  • <C-h> better ^
  • <C-l> better $
  • <C-a> select all text
  • <C-\> open a float terminal
  • <s-m-j> copy line(s) down
  • <s-m-k> copy line(s) up

LSP

  • K LSP hover
  • <C-j> LSP diagnostic next, J LSP diagnostic prev
  • <C-k> LSP signature help

Link config

ln -s ~/yourclonedpath/.config/wezterm ~/.config

Load config

echo 'return require("2nthony")' > ~/.wezterm.lua

Shell

Settings and Keymaps

ln -s ~/yourclonedpath/.config/zed/settings.json ~/.config/zed
ln -s ~/yourclonedpath/.config/zed/keymap.json ~/.config/zed

Credit

About

GitHub 2nthony · Twitter _2nthony