Skip to content

My personal nvim configuration forked from kickstart-nvim

License

Notifications You must be signed in to change notification settings

samuelqp/svim

 
 

Repository files navigation

svim

My personal neovim config files.

image image

Requirements

Requires latest version of neovim (0.9.4 at time of writing).

From kickstart.nvim:

  • Basic utils: git, make, unzip, C Compiler (gcc), ripgrep
  • A Nerd Font: optional, provides various icons
    • if you have it set vim.g.have_nerd_font in init.lua to true
  • Language Setup:
    • If want to write Typescript, you need npm
    • If want to write Golang, you will need go, etc.

Ultisnips uses python so pynvim is required. Vimtex requires latexmk (included with MiKTeX or TeXLive-full)

Installation

Copy this repo into ~/.config and rename to "nvim".

About

My personal nvim configuration forked from kickstart-nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 89.2%
  • Vim Snippet 10.8%