Commit Graph

31 Commits

Author SHA1 Message Date
00695a556e
nvim: always show sign column, show diff in statusline 2022-09-28 12:04:23 +02:00
14ad7d9710
nvim: set default spelllang, include it in modeline 2022-09-09 05:32:20 +02:00
26dadff7f2
nvim: autosplit fugitive windows 2022-09-01 20:24:22 +02:00
4e58c35782
nvim: remove unneeded requires 2022-09-01 00:51:15 +02:00
b5f827652c
nvim: reduce message area to 1 line 2022-08-30 06:39:36 +02:00
17b80ed4ea
nvim: move some keymaps, fix some requires 2022-08-29 04:24:01 +02:00
374b4ed38d
nvim: add autosplit workaround vor NeogitCommitMessage
it doesn't work with vim.g.autosplit_ft, probably because the filetype
is set later than expected
2022-08-28 23:49:13 +02:00
4a72940690
nvim: set terminal title 2022-08-28 21:12:23 +02:00
0d4551a2d4
nvim: don't autosplit everything
it clashes with dap-ui
2022-08-28 20:30:30 +02:00
f3621425c8
save last 1000 files instead of 100 2022-08-27 17:42:03 +02:00
80a206efbf
nvim: add autosplit 2022-08-26 17:39:49 +02:00
6b85f5bddf
nvim: use global status line 2022-08-26 04:22:48 +02:00
4abb52dcab
nvim change statusline slightly 2022-08-18 15:26:37 +02:00
0f50628209
nvim: replace colorcolumn function with cc='+1' 2022-08-17 16:44:32 +02:00
dbd3eb7db3
nvim: use dedicated variable for CursorHold time 2022-08-17 03:51:08 +02:00
647237145c
nvim: reformat options and exclude them from formatting
because of the comments
2022-08-17 00:04:47 +02:00
1368924746
nvim: change highlight xolours via nvim api 2022-08-16 23:44:05 +02:00
ccbbb479ea
nvim: make Hv and Ht work again 2022-08-16 06:00:18 +02:00
8ef5508e21
nvim: remace command! with Lua function 2022-08-15 23:50:44 +02:00
4615f1f9c5
nvim: declare all plugins in one file
Having it in many files is logically nicer, but breaks on fresh
installs.
2022-08-15 04:06:26 +02:00
d3e7e17d40
nvim: don't format numbered lists 2022-08-15 03:19:23 +02:00
7a49812118
nvim: separate plugins and config
It may look nicer but it leads to problems.
Also tweaked some thinks and cleaned up, made firenvim config only run
if it is used.
2022-08-15 01:29:31 +02:00
0bfde6fd66
nvim: tweak statusline, add help commands (vert/tab) 2022-08-14 00:03:17 +02:00
ca55aaf459
nvim: cmp: son't cancel on <Right> 2022-08-13 23:09:39 +02:00
e36365b4e8
nvim: cleanup 2022-08-13 01:46:59 +02:00
be6a13ea5b
nvim: make comments lighter 2022-08-12 17:06:14 +02:00
e385249580
nvim: don't set background, it is set automagically 2022-08-12 16:25:25 +02:00
1c8e621d5d
nvim: add firenvim 2022-08-12 03:33:18 +02:00
7a7a76d786
nvim: disable mouse support 2022-08-11 21:00:48 +02:00
dd394120a2
nvim: set some options 2022-08-11 18:51:51 +02:00
7d2b96c8b1
nvim: put config in namespace “my” to avoid collisions 2022-08-11 16:22:36 +02:00