13 Commits

Author SHA1 Message Date
96e912181c Use nvim_treesitter#indent() for Python 2025-01-25 20:33:06 +00:00
Kenneth Benzie (Benie)
6217dd7f54 Don't map 0 to #if 0 in normal mode 2024-06-11 12:34:56 +01:00
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
48ad466bd3 Vanquish ftdetect, long live vim.filetype.add() 2024-05-22 21:29:36 +01:00
eade51e5b9 Add go ftplugin 2024-05-14 22:17:56 +01:00
c190e42da5 Make sure the textwidth to 72 in gitcommit filetype 2024-04-16 00:07:09 +01:00
381d4e66cf Port over filetype plugin settings 2024-04-02 23:02:49 +01:00
831ac41440 Always make :Build/:BuildDir available
Don't attached this functionality to only c/cpp filetypes.
2024-03-18 20:02:54 +00:00
51c3bf1b9e Don't show line numbers in help buffers 2024-03-17 22:38:35 +00:00
772bf3a3c1 Tune cmake and requirements filetypes 2024-03-17 14:03:36 +00:00
21502aadd6 Add < and > to the C++ matchpairs setting for % 2024-03-17 14:01:01 +00:00
0656de97fa Implement :BuildDir and :Build commands in Lua
Ported over from and improved for best integration with Neovim ecosystem
https://code.infektor.net/config/vim/src/branch/master/autoload/build.vim
2024-03-09 16:42:12 +00:00
cb98d962a5 Make C++ commentstring sane 2024-03-05 23:38:56 +00:00