Commit Graph

26 Commits

Author SHA1 Message Date
5850905a01
nvim: add LSP status and mushroom to statusline 2022-08-25 18:39:27 +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
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
15f9aacebd
nvim: configure not even simple stuff in plugin file 2022-08-19 03:20:29 +02:00
5e621db427
nvim: switch to nvim-web-devicons
it has colour symbols! 😻
2022-08-19 02:22:38 +02:00
493b720458
nvim: ignore .git, add keymap for history of file 2022-08-19 00:50:36 +02:00
8094dd8c18
nvim: add support for “nerdfonts” 2022-08-19 00:11:15 +02:00
5e638c410b
nvim: use lualine 2022-08-18 17:40:37 +02:00
13db26327a
nvim: make nvim-tree work better with projects 2022-08-17 20:07:52 +02:00
123879a15f
nvim: remove telescope media_files 2022-08-17 19:57:20 +02:00
bb1319078c
nvim: add project 2022-08-17 19:55:12 +02:00
79229e5cad
nvim: shorten description for keymap 2022-08-17 19:24:05 +02:00
d3d284c972
nvim: fix some variable names 2022-08-17 19:13:25 +02:00
cc34940c06
nvim: autoformat everything, clean up, small fixes 2022-08-17 01:47:49 +02:00
d9d666e45b
nvim: add keymapping for files in current dir 2022-08-17 00:21:28 +02:00
82575e320d
nvim: add nvim-tree 2022-08-16 21:38:31 +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
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
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
ccc1214c3f
nvim: telescope: change keymaps 2022-08-13 20:06:02 +02:00
69bd289324
nvim: run live_grep in project root, add registers 2022-08-13 19:57:43 +02:00
673af86eaa
nvim: turn my functions into proper module 2022-08-13 19:27:37 +02:00
c052b052dc
nvim: rename fileformats.lua -> filetypes.lua 2022-08-13 19:12:43 +02:00
b32a7163b9
nvim: add telescope, remove CtrP 2022-08-13 19:09:59 +02:00
7bf0d31adf
nvim: mv ui.lua -> tools.lua 2022-08-13 17:04:51 +02:00