Commit Graph

31 Commits

Author SHA1 Message Date
f63b754fd1
nvim: move git config into own file 2022-09-28 12:04:05 +02:00
0007ec44a7
nvim: add FeMaco and gitlinker 2022-09-26 19:05:11 +02:00
4e58c35782
nvim: remove unneeded requires 2022-09-01 00:51:15 +02:00
1bd9482e06
nvim: prefer pattern in project detection 2022-08-31 06:10:03 +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
56bb5c8248
nvim: add DAP 2022-08-28 20:30:59 +02:00
0f5675b963
nvim: treat NeogitCommitMessage like gitcommit 2022-08-25 15:42:16 +02:00
11a6d895fb
nvim: use icons for diagnostics 2022-08-25 15:41:30 +02:00
335e02f4f8
nvim: remove cwd workarounds and fix it in project.nvim
https://github.com/ahmedkhalf/project.nvim/pull/89
2022-08-22 04:04:10 +02:00
5da9c3fe13
nvim: don't show .git/* in project file browser 2022-08-21 21:12:14 +02:00
15f9aacebd
nvim: configure not even simple stuff in plugin file 2022-08-19 03:20:29 +02:00
0d6c6912cd
nvim: cosmetic changes for consistency 2022-08-18 01:16:57 +02:00
bb1319078c
nvim: add project 2022-08-17 19:55:12 +02:00
cc34940c06
nvim: autoformat everything, clean up, small fixes 2022-08-17 01:47:49 +02:00
82575e320d
nvim: add nvim-tree 2022-08-16 21:38:31 +02:00
d482389b60
nvim: add gitsigns and fugitive 2022-08-16 05:00:13 +02:00
8b10686865
nvim: document keymaps 2022-08-16 04:55:49 +02:00
9afc3d3316
nvim: put map() into functions and add more options 2022-08-16 04:32:49 +02:00
b7928beb48
nvim: oopsie 2022-08-16 03:30:01 +02:00
084b25db9b
nvim: Comment: change {block,line}wise back to {block,line}
switched to latest tag, it has the old names
2022-08-16 03:24:41 +02:00
2730bb8c55
nvim: replace comment plugin 2022-08-16 02:49:33 +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
24ed54a9f2
nvim: don't show listchars in Neogit buffers 2022-08-15 01:41:07 +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
f56d250688
nvim: use tagged releases for plugins that have them 2022-08-13 23:08:59 +02:00
7bf0d31adf
nvim: mv ui.lua -> tools.lua 2022-08-13 17:04:51 +02:00
836667ac77
nvim: don't compile again after sync 2022-08-13 14:44:37 +02:00
888a7e083f
nvim: configure snippets, add license snippets 2022-08-13 00:15:32 +02:00
47e3ac8493
nvim: open neogit in split window 2022-08-12 20:00:52 +02:00
cba0c92d9c
nvim remove most TComment keymaps 2022-08-11 21:30:20 +02:00
7d2b96c8b1
nvim: put config in namespace “my” to avoid collisions 2022-08-11 16:22:36 +02:00