Kenneth Benzie benie
benie pushed to main at config/nvim 2024-03-20 22:18:54 +00:00
c0ab67d3a4 Use [d & ]d for moving around diagnostics in normal mode
a283ab973a Add noice but disable it
Compare 2 commits »
benie pushed to main at config/nvim 2024-03-20 00:09:01 +00:00
3daca6d6d8 Disable :intro on startup
benie pushed to main at config/nvim 2024-03-20 00:03:18 +00:00
c3a1777a3f Disable :intro on startup
benie pushed to main at config/nvim 2024-03-19 23:46:54 +00:00
8add996ea0 Determined why splash screen disappears on start
benie pushed to main at config/nvim 2024-03-19 22:54:26 +00:00
e8a420d99d Add the :Rename command
benie pushed to main at config/nvim 2024-03-19 17:10:23 +00:00
c8b6476a2b Ignore spl spell check file binaries
benie pushed to main at config/nvim 2024-03-19 11:49:12 +00:00
9f1c0228aa Disable nvim_treesitter#indent() since its buggy on c++ files
benie pushed to main at config/nvim 2024-03-19 11:48:32 +00:00
4c5419fa69 Disable tree-sitter indent on c++ files
benie pushed to main at config/nvim 2024-03-19 11:43:49 +00:00
cfb2fed3e7 Disable tree-sitter indent on c++ files
benie pushed to main at config/nvim 2024-03-18 20:03:22 +00:00
831ac41440 Always make :Build/:BuildDir available
benie pushed to main at config/nvim 2024-03-17 23:34:13 +00:00
0c1328ead4 Add termdebug mappings
0feee4afbf Fix use of opts in vim.keymap.set()
Compare 2 commits »
benie pushed to main at config/nvim 2024-03-17 22:45:36 +00:00
83403a8416 Add vim style mapping to get notmal mode in term:// buffer
benie pushed to main at config/nvim 2024-03-17 22:40:55 +00:00
50cc8ae3ab Add autocmds to improve :terminal usability
51c3bf1b9e Don't show line numbers in help buffers
Compare 2 commits »
benie pushed to main at config/nvim 2024-03-17 14:18:43 +00:00
b9be6fba5a Fix - mapping sometimes landing on wrong filename
c235fb88e1 Setup is required for unimpaired.nvim
Compare 2 commits »
benie pushed to main at config/nvim 2024-03-17 14:03:45 +00:00
772bf3a3c1 Tune cmake and requirements filetypes
benie pushed to main at config/nvim 2024-03-17 14:03:09 +00:00
6317d02148 Extend :Remove to accept bang :Remove!
21502aadd6 Add < and > to the C++ matchpairs setting for %
Compare 2 commits »
benie pushed to main at config/nvim 2024-03-16 23:19:54 +00:00
be5e7007c9 Override some more highlights
benie pushed to main at config/nvim 2024-03-16 22:46:03 +00:00
61dcbe301b Remove fixme which doesn't seem necessary
benie pushed to main at config/nvim 2024-03-16 22:38:29 +00:00
2a6b777949 With fidget.nvim there's no need for statusline lsp info
benie pushed to main at config/nvim 2024-03-15 16:21:03 +00:00
f9825d9b69 Port over :TextWidth <N> command