MattMS / my_neovim_settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Neovim settings

These are my configuration files for Neovim.

File location

Windows settings location: ~/AppData/Local/nvim/init.vim

To create a link to a folder in another location:

mklink /D %userprofile%\AppData\Local\nvim %userprofile%\Documents\GitHub\my_neovim_settings

Make sure to use \ instead of / in the path, otherwise mklink will complain.

Found at: .vimrc file in Windows

File types

File Type dependent key mapping

  • Suggests ~/.vim/ftplugin/{filetype}_mappings.vim.
  • Requires :filetype plugin on.

Packages

How do I install Plugins in NeoVim Correctly @ Stack Overflow

License

MIT

About

License:MIT License


Languages

Language:Lua 97.6%Language:Vim Script 2.4%