Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1n7ax/dotnvim
Neovim Lua configuration pre-configured for Java, JavaScript, Typescript etc...
https://github.com/s1n7ax/dotnvim
coc dotfiles lsp lua neovim neovim-config neovim-configuration neovim-dotfiles neovim-lua nvim treesitter
Last synced: 11 days ago
JSON representation
Neovim Lua configuration pre-configured for Java, JavaScript, Typescript etc...
- Host: GitHub
- URL: https://github.com/s1n7ax/dotnvim
- Owner: s1n7ax
- License: mit
- Archived: true
- Created: 2020-11-09T11:40:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T09:25:31.000Z (about 1 year ago)
- Last Synced: 2024-04-24T04:30:51.612Z (7 months ago)
- Topics: coc, dotfiles, lsp, lua, neovim, neovim-config, neovim-configuration, neovim-dotfiles, neovim-lua, nvim, treesitter
- Language: Lua
- Homepage:
- Size: 855 KB
- Stars: 121
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is no longer maintained and I have switched to AstroNvim. So if anyone interested, here is my [AstroNvim config](https://github.com/s1n7ax/astronvim-dotnvim)
# dotnvim
100% lua neovim configuration
| WARNING: I'm a Colemak-DH user. So lot of the keymaps are not sutable for QWERTY |
| -------------------------------------------------------------------------------- || WARNING: I make frequent changes to the config so create a fork first if you are using this |
| ------------------------------------------------------------------------------------------- |## Why Lua not Vimscript?
- Read more about why
[neovim chose lua](https://github.com/neovim/neovim/wiki/FAQ#why-embed-lua-instead-of-x)## Features
- Lazy load all plugins (except `startup-time`)
- Tree Sitter syntax highlighting
- Pre-configured for various programming languages and documents
- Java
- Python
- JavaScript
- Typescript
- HTML
- CSS
- JSON
- Markdown## WIP
- Debug features
- Python current file debugging is available## Pre requisites
### Mandatory
- Node
- Npm
- Python 3
- Pip 3
- Git### Optional
- deno - for markdown formatting