Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
- `