Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EronAlves1996/neovim-dotfiles
https://github.com/EronAlves1996/neovim-dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/EronAlves1996/neovim-dotfiles
- Owner: EronAlves1996
- Created: 2023-05-28T15:45:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T02:50:48.000Z (6 months ago)
- Last Synced: 2024-05-29T15:05:37.145Z (6 months ago)
- Language: Lua
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Nvim Dotfiles
Hello!
This is my neovim dotfiles.
Actually they are almost in a initial and very basic state, but it can be extended in the way the user wants.It haves plugins that provides good and basic functionality, as bellow:
* LSP
* Autocompletion
* Autosave sessions
* Format on Save
* Integration with eslint and prettierTo see the plugins installed, please refer to the `lua/plugins.lua`.
To see the configuration, please refer to the `lua/configs.lua`.## Installing
First of all, install Packer.
After installing, open neovim and do `:PackerSync`.
Just use it.