Skip to content

mturoci/nvim-config

Repository files navigation

Welcome to my heavily customized Neovim config

hero image

Feel free to copy any parts that may seem interesting to you.

Telecope-based working with git

git commit with difs

Extends Telescope with Delta.

Fully custom status line

status line status line

Check the statusline.lua. Fully custom, relatively easy to remove and add your own stuff. Styling inspired by Tmux power. Also includes tmux topbar integration.

Colorscheme

The colorscheme is fully custom, can be found in appearance.lua.

Interesting bits

Check utils.lua for a minimal async/await implementation using Lua coroutines. Useful for avoiding callback hell when need to spawn a lot of arbitrary processes.

Coming up

Working on a merge conflict resolution plugin. Checkout feat/conflict-resolver branch if interested (almost fully working, but still highly WIP).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages