Commit Graph

46 Commits

Author SHA1 Message Date
774861e718
nvim: add autolist 2022-09-25 12:38:05 +02:00
e0c827fbe1
vim: change dressing window options 2022-09-15 21:50:18 +02:00
f7fb3b1a0e
nvim: remap table-mode prefix 2022-09-08 01:16:13 +02:00
479a902aeb
nvim: fancify ui interfaces and notifications 2022-09-06 05:40:03 +02:00
e0d1f648f8
nvim: add table-mode 2022-09-01 20:23:38 +02:00
dd53dfbccd
nvim: telescope: show hidden files by default 2022-09-01 20:23:18 +02:00
4e58c35782
nvim: remove unneeded requires 2022-09-01 00:51:15 +02:00
7bc6c81176
nvim: show function signature in status line 2022-09-01 00:24:53 +02:00
93de794218
nvim: add nvim-surround 2022-08-31 22:59:30 +02:00
b6e41a95fa
typo 2022-08-31 06:09:43 +02:00
6ad132817d
nvim: make mind window wider 2022-08-31 03:55:28 +02:00
48f93ed887
nvim: don't show filename in firenvim 2022-08-30 18:32:38 +02:00
637ed9f4cb
nvim: comfier fuzzy sorter for telescope 2022-08-30 06:39:04 +02:00
17b80ed4ea
nvim: move some keymaps, fix some requires 2022-08-29 04:24:01 +02:00
5602a63e52
nvim: open diagnostics with F7 2022-08-28 21:39:24 +02:00
4fb84796ca
nvim: statusline: display function after filename 2022-08-28 21:12:57 +02:00
56bb5c8248
nvim: add DAP 2022-08-28 20:30:59 +02:00
6b85f5bddf
nvim: use global status line 2022-08-26 04:22:48 +02:00
1abe12ed87
nvim: add mind 2022-08-26 04:10:26 +02:00
7783bb9c0d
nvim: lualine: don't display some things in small windows 2022-08-26 04:08:10 +02:00
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