Skip to content

Syuq/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syuq's dotfiles

Warning: DON'T USE unless you're tat. Don't blindly use my settings unless you know what that entails. Use at your own risk!

Contents

  • vim (Neovim) config
  • tmux config
  • git config
  • fish config
  • StarShip config

Neovim setup

Requirements

  • Neovim >= 0.9.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • LazyVim
  • Nerd Font(v3.0 or greater) (optional, but needed to display some icons)
  • lazygit (optional)
  • C compiler for nvim-treesitter. See here
  • for telescope.nvim (optional)
  • a terminal that support true color and undercurl:

Shell setup (Zsh & Fish)

  • Fish shell
  • Fisher - Plugin manager
  • Tide - Shell theme. Use version 5: fisher install ilancosman/tide@v5
  • Nerd fonts - Powerline-patched fonts. I use JetBrains.
  • z for fish - Directory jumping
  • Eza - ls replacement
  • ghq - Local Git repository organizer
  • fzf - Interactive filtering

About me