1
0
Go to file
2024-03-23 11:31:27 +02:00
after refactor to use lazy.nvim 2023-10-07 18:25:32 +03:00
lua pin telescope 2024-03-23 11:31:27 +02:00
plugins update configs 2023-05-11 17:30:35 +03: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 refactor to use lazy.nvim 2023-10-07 18:25:32 +03:00
init.lua pin telescope 2024-03-23 11:31:27 +02:00
lazy-lock.json pin telescope 2024-03-23 11:31:27 +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