Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattms/my_neovim_settings
https://github.com/mattms/my_neovim_settings
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattms/my_neovim_settings
- Owner: MattMS
- License: mit
- Created: 2016-10-26T13:02:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T08:48:14.000Z (about 2 months ago)
- Last Synced: 2024-11-15T09:39:17.241Z (about 2 months ago)
- Language: Lua
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Neovim settings
These are my configuration files for [Neovim](https://neovim.io/).
## 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](https://github.com/neovim/neovim/wiki/Installing-Neovim#vimrc-file-in-windows)
## File types
[File Type dependent key mapping](https://vi.stackexchange.com/questions/10664/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](https://stackoverflow.com/questions/48700563/how-do-i-install-plugins-in-neovim-correctly)
## License
[MIT](./LICENSE)