• Stars
    star
    106
  • Rank 324,230 (Top 7 %)
  • Language
    Lua
  • License
    MIT License
  • Created over 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🤘 My collection of dotfiles for neovim, tmux, etc

Dotfiles

GitHub license

A lightweight configuration of Kitty terminal, Tmux and Neovim.

These dotfiles provide LSP-based auto-completion and fuzzy search for Neovim, as well as allowing easy navigation through Tmux panes and Nvim buffers using the same keybindings. This makes Neovim as powerful as an IDE, and even better!

Key featrures

  • Super lightweight. Here's a pretty limited set of plugins and tools to make Neovim work fast and really efficient at the same time.
  • 🔌 Lua powered configs. Completely rewritten in Lua Neovim's configuration makes it easier extensible and faster.
  • 🖇️ Tight integration of Nvim and Tmux. Jump across a project without obstetrical, work line there's no borders anymore.

demo

Get started

For a completely automated installation, you need to use Fedora and Ansible. With this setup, you can just run the following command:

make

But you still can use all these dotfiles in any OS you want. Just copy dotfiles of your choise or install in using GNU Stow.

Tmux

  1. Session name
  2. Inactive window
  3. Active window
  4. Active pane
  5. Simple date/time info panel

To jump between panes and vim buffers you can use Ctrl + h / j / k / l. These keybindings work across all working environment.