Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datsfilipe/datsnvim
Mine personal configuration files that turn Neovim text editor into an IDE.
https://github.com/datsfilipe/datsnvim
lua neovim neovim-config neovim-dotfiles neovim-lua
Last synced: 8 days ago
JSON representation
Mine personal configuration files that turn Neovim text editor into an IDE.
- Host: GitHub
- URL: https://github.com/datsfilipe/datsnvim
- Owner: datsfilipe
- License: mit
- Created: 2022-02-22T20:34:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T05:39:19.000Z (7 months ago)
- Last Synced: 2024-05-01T18:24:24.266Z (7 months ago)
- Topics: lua, neovim, neovim-config, neovim-dotfiles, neovim-lua
- Language: Lua
- Homepage:
- Size: 7.37 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DATSNVIM
This is a personal configuration for Neovim. You can use it as starting point for yours, you can use it as yours, etc. Feel free to use it as you wish.
## Preview
![Preview](./assets/preview.png)
*Note: using [catppuccin](https://github.com/catppuccin/nvim) in the screenshot.*
## Installation
Simple run the following on you terminal (I expect you have `git` cli installed and is using a linux OS or similar):
```bash
git clone https://github.com/datsfilipe/datsnvim.git ~/.config/nvim && nvim
```## License
Refer to [LICENSE](./LICENSE).