Commit Graph

28 Commits

Author SHA1 Message Date
14ad7d9710
nvim: set default spelllang, include it in modeline 2022-09-09 05:32:20 +02:00
82abfc7889
nvim: make signature in statusline independent of window width
doesn't make sense with global statusline. 😊
2022-09-03 05:10:17 +02:00
7bc6c81176
nvim: show function signature in status line 2022-09-01 00:24:53 +02:00
4fb84796ca
nvim: statusline: display function after filename 2022-08-28 21:12:57 +02:00
5850905a01
nvim: add LSP status and mushroom to statusline 2022-08-25 18:39:27 +02:00
e2c2f825f0
nvim: check if fc-list exists before trying to run it 2022-08-22 18:05:55 +02:00
e7ba7e5a7b
nvim: improve cwd handling
- remove .clang-format as root marker because it is in ${HOME}
- don't return ${HOME} as project root in get_project_root()
- fall back to current dir in telescope find_files
2022-08-22 02:25:20 +02:00
7079e7e6b1
nvim: add filetype to modeline, remove fileencoding 2022-08-19 01:53:07 +02:00
8094dd8c18
nvim: add support for “nerdfonts” 2022-08-19 00:11:15 +02:00
4647ded04d
nvim: add get_hl_hex() 2022-08-18 17:39:35 +02:00
0d6c6912cd
nvim: cosmetic changes for consistency 2022-08-18 01:16:57 +02:00
f62e5cd6b9
nvim: fix project_root_markers 2022-08-17 20:07:39 +02:00
bb1319078c
nvim: add project 2022-08-17 19:55:12 +02:00
0f50628209
nvim: replace colorcolumn function with cc='+1' 2022-08-17 16:44:32 +02:00
cc34940c06
nvim: autoformat everything, clean up, small fixes 2022-08-17 01:47:49 +02:00
e618f9511e
nvim: add .editorconfig to project root detection 2022-08-17 00:12:42 +02:00
9afc3d3316
nvim: put map() into functions and add more options 2022-08-16 04:32:49 +02:00
8ef5508e21
nvim: remace command! with Lua function 2022-08-15 23:50:44 +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
673af86eaa
nvim: turn my functions into proper module 2022-08-13 19:27:37 +02:00
2f02c47ef0
nvim: snippets: don't fail if name/email not found 2022-08-13 01:25:43 +02:00
2ffd49532d
nvim: snippets: don't fail if project root not found 2022-08-13 01:19:25 +02:00
64943d0144
nvim: refine MY_get_project_root() 2022-08-13 01:06:08 +02:00
888a7e083f
nvim: configure snippets, add license snippets 2022-08-13 00:15:32 +02:00
1c361ebb4a
nvim: rename functions: my_ -> MY_ 2022-08-12 22:56:33 +02:00
0efa1bee90
nvim: remove trailing whitespace in config files 2022-08-12 14:09:38 +02:00
6084378826
nvim: remove unneeded brackets 2022-08-12 14:05:53 +02:00
7d2b96c8b1
nvim: put config in namespace “my” to avoid collisions 2022-08-11 16:22:36 +02:00