DanMax03 / nvim_config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My lovely Neovim config

TODO

Configuration

  • Make keymappings
    • Somehow divide plugin configurations from lazy mappings
    • Add keymappings
      • Removing nearest pair of parentheses or brackets
      • Moving visual block up or down

My knowledge

  • Choose an approach for keymappings:
    1. Global: mappings doesn't contain any prefix depending on the plugin
    2. Local: mappings does contain prefixes that match their name

Some senseful resources

  1. Learn Vimscript the Hard Way
  2. Some guide about ftplugin
  3. Programming in Lua

About


Languages

Language:Lua 100.0%