Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanatisia/configs-neovim
My neovim configurations
https://github.com/thanatisia/configs-neovim
Last synced: 9 days ago
JSON representation
My neovim configurations
- Host: GitHub
- URL: https://github.com/thanatisia/configs-neovim
- Owner: Thanatisia
- License: gpl-3.0
- Created: 2023-06-16T02:57:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T08:22:10.000Z (8 months ago)
- Last Synced: 2024-03-07T09:55:25.182Z (8 months ago)
- Language: Lua
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOGS.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles and Configurations - Neovim
## Introduction
### Background
```
This repository contains the Neovim configuration I use on all my systems that is running Neovim
```### System
- Neovim version tested
+ v0.9.0-release-20230407### Packages/Plugins
+ Please refer to [plugins](plugins.md) for the full list of plugins/packages used### Neovim
+ Neovim is a fork of the Vim project that has various Quality-of-Life improvements as well as additional features such as integrating lua into the project system so you can execute lua commands.
- Project Structure
+ Configuration folder: ~/.config/nvim/
+ Configuration file: init.{vim|lua}## Setup
### Dependencies
+ Neovim
+ git : For installing/pulling packages### Pre-Requisites
- Place the source folder into your ~/.config/nvim/ folder
```console
cp -r src ~/.config/nvim
```### Extra
- For more information on setting up, please refer to [BUILD.md](BUILD.md)## Documentations
### Contents
+ README.md : This README
+ plugins.md : The full list of plugins
+ vim.bat : This is a custom neovim Batch file script for Windows users if they would like to set custom file paths without having to edit the system '%PATH%' environment variable, as well as run as 'vim'
+ src/ : Contains the configurations## Wiki
## Resources
## References
## Remarks