1
0
Go to file
2025-02-17 01:43:25 +02:00
after/plugin refactor config 2024-12-19 15:51:41 +02:00
lua refactor config 2024-12-19 15:51:41 +02:00
queries/uci add highlighting of comments in uci files 2023-05-23 08:03:32 +03:00
.gitignore feat: add plugin trouble.nvim 2021-10-31 23:48:22 +02:00
.luarc.json add global-note.nvim 2024-03-23 11:43:44 +02:00
.stylua.toml refactor config 2024-12-19 15:51:41 +02:00
init.lua exclude zig from auto format 2025-02-17 01:43:25 +02:00
lazy-lock.json update lazy-lock.json 2025-01-03 16:01:37 +02: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