1
0
Go to file
2023-05-11 17:31:02 +03:00
after add legendary.nvim descriptions to most common bindings 2023-05-11 17:31:02 +03:00
lua indent with spaces for vue files 2023-05-11 17:31:02 +03:00
plugins update configs 2023-05-11 17:30:35 +03:00
.gitignore feat: add plugin trouble.nvim 2021-10-31 23:48:22 +02:00
.luarc.json fix: move lua enviroment config 2021-10-31 18:34:04 +02:00
init.lua refactor config structure 2023-05-11 17:31:02 +03:00
LICENSE fix: add MIT license 2021-11-03 12:04:05 +02:00
README.md add todo 2023-05-11 17:31:02 +03:00

Neovim Config

To ignore changes to local plugins file. Used for keeping computer specific configs/plugins

git update-index --assume-unchanged lua/plugins-local.lua

Requirements

Todo

  • Automatic updating of comments at #endif,
#ifdef FOOBAR
// ...
#endif // FOOBAR
// The text "FOOBAR" above should update when the paring `#ifdef` updates
  • Correctly indent #ifdef blocks
  • Fix cmacro indent to not reformat lines, if nothing needs to be changed