Skip to content

adityapawar1/neovim-config-colemak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

This is meant for use with NvChad Edited to work with the Colemak keyboard layout.

Changes: Basic Movement

  • h -> h (no change)
  • j -> n
  • k -> e
  • l -> i

Insert

  • i -> u

Undo

  • u -> l

Everything else is the same as the vim bindings

BREAKING CHANGES

Inspiration from the creator of NvChad

Quickstart

Install neovim v0.8

wget https://github.com/neovim/neovim/releases/download/latest/nvim.appimage -O nvim
chmod +x nvim
mv nvim /usr/local/bin/

NvChad Setup

git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1

Custom config setup

git clone https://github.com/AlexanderHOtt/neovim-config/ ~/.config/nvchad_custom --depth 1
ln -s ~/.config/nvchad_custom/ ~/.config/nvim/lua/custom

Note: Make sure to run :PackerSync after nvim launches.

TODO

TODO: Add plugins

TODO: Add keymaps

  • nvim dap

TODO: Add terminal repls

TODO: Add autocmds

TODO: Fix indents may be caused by indent-blankline + ts indents at the same time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%