Skip to content

m4dd0c/nvim-dotfile

Repository files navigation

window terminal

nvim

m4dd0c's dotfiles inspired by Takuya

Takuya Matsumaya

Contents

  • Vim (Neovim) config
  • Shell config

Neovim setup

Windows

  • Neovim >= 0.9.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • Windows Terminal (Windows) - I use oh-my-posh
  • Chocolatey - Package manager
  • Zig - Cross Platform C-compiler for nvim-treesitter

    choco install zig

  • LLVM - C-compiler for nvim-treesitter

    choco install llvm

  • LazyVim
  • Nerd Font(v3.0 or greater) (optional, but needed to display some icons)
  • lazygit (optional)
  • for telescope.nvim (optional)
    • live grepripgrep
    • find filesfd

      choco install ripgrep fd

  • Solarized Osaka

WSL2

  • WSL2
  • Neovim >= 0.9.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • Homebrew
  • 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:
  • Solarized Osaka

About

Nvim Dotfile of my pref.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published