Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uggedal/nvim-config
Neovim config
https://github.com/uggedal/nvim-config
journal lightweight lsp lua markdown neovim todo todos
Last synced: 2 days ago
JSON representation
Neovim config
- Host: GitHub
- URL: https://github.com/uggedal/nvim-config
- Owner: uggedal
- License: 0bsd
- Created: 2022-12-21T15:16:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T13:49:43.000Z (over 1 year ago)
- Last Synced: 2023-10-26T15:08:24.785Z (over 1 year ago)
- Topics: journal, lightweight, lsp, lua, markdown, neovim, todo, todos
- Language: Lua
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim config
Neovim config in lua.
## Configuration
- [settings](lua/settings.lua): tweak built-in settings.
- [languages](lua/languages.lua): spaces vs tab indent setup, text wrapping,
line numbering and conceal for different languages.
- [keymaps](lua/keymaps.lua): definition and re-definition of built-in mappings:
- ``: clear screen (original) and clear search highlight.
- `,cp`: paste from system clipboard.
- `,cy`: yank to system clipboard (visual mode).
- `,p`: previous buffer.
- `,n`: next buffer.
- `,d`: delete buffer.
- `,gc`: git commit and sync.
- `,e`: edit in working directory of current file.
- `gl`: view diagnostic.## Custom plugins
- [gh](lua/gh.lua): custom GitHub based color scheme (slight differences from
the popular [projekt0n/github-nvim-theme][gh-theme]).## Other plugins
- [which-key](lua/plugins/which-key.lua) with spelling suggestions (`z=`).
- [treesitter](lua/plugins/treesitter.lua).
- [telescope](lua/plugins/telescope.lua) with `telescope-fzf-native` with
mappings for:
- ``: finding files
- `