stepanzh / neovim-config

My config for neovim text editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim-config

I'm a basic user of neovim and here is my config for this charming text editor. I usually work with Julia, Python, C and LaTeX.

My config is inspired by Josean Martinez' YouTube video and Gilles Castel's post on snippets.

Light theme Dark theme
light theme preview dark theme preview

How to install

  • Copy nvim folder to ~/.config/, e.g. ~/.config/nvim/
  • Change path to python interpreter in nvim/init.lua -> vim.g.python3_host_prog (Tip: use another text editor for this.)
  • Install pynvim for the Python interpreter from vim.g.python3_host_prog
  • If copy-paste from operating system (OS) clipboard does not work, install clipboard manager for your OS (e.g. wl-clipboard for Ubuntu 22.04)

Note

At first run, it is normal to encounter some errors (e.g. "colorscheme not found"). Normally, packer shall run automatically and install plugins.

Tested environments

  • MacOS 14, iTerm2
  • Ubuntu 22.04, built-in Terminal

About

My config for neovim text editor.

License:MIT License


Languages

Language:Lua 74.8%Language:Vim Snippet 25.2%