This website requires JavaScript.
Explore
Help
Sign In
config
/
nvim
Watch
1
Star
0
Fork
0
You've already forked nvim
Code
Issues
3
Pull Requests
Packages
Projects
Releases
Wiki
Activity
nvim
/
plugin
History
Kenneth Benzie (Benie)
1996e631a3
Add :PreProcIfWrap command and C/C++ mappings
...
Quickly wrap a line or range in `#if 0`/`#endif` to quickly disable compilation of sections of code.
2024-05-25 11:02:57 +01:00
..
autocmds.lua
Move autocmds.lua to plugin directory
2024-05-14 22:42:09 +01:00
build.lua
Move build.lua to plugin directory
2024-05-14 22:45:48 +01:00
commands.lua
Add :PreProcIfWrap command and C/C++ mappings
2024-05-25 11:02:57 +01:00
filetype.lua
Vanquish ftdetect, long live vim.filetype.add()
2024-05-22 21:29:36 +01:00
mappings.lua
Set vim.g.mapleader as early as possible
2024-05-14 22:45:20 +01:00
netrw.lua
Move netrw.lua to plugin directory
2024-05-14 22:41:06 +01:00
settings.lua
Move settings.lua to plugin directory
2024-05-14 22:36:48 +01:00
statusline.lua
Cleanup unused arg in statusline implementation
2024-05-24 16:04:23 +01:00
ui.lua
Move ui.lua to plugin directory
2024-05-14 22:50:55 +01:00