- first 'usable' neovim config

- added config directory structure and config files for `navigate`
This commit is contained in:
quak
2024-12-25 00:46:55 +01:00
parent 42589e03b8
commit dfa71aef13
15 changed files with 1122 additions and 671 deletions

View File

@@ -0,0 +1,3 @@
doc=/home/quak/collection
test=/home/quak/
dot=/home/quak/dotfiles/

View File

@@ -0,0 +1,17 @@
[general]
show_stack_on_push = false
show_stack_on_pop = false
show_stack_on_bookmark = false
[format]
stack_separator = " - "
bookmarks_separator = " - "
align_separators = true
[styles]
stack_number = "default"
stack_separator = "cyan"
stack_path = "default"
bookmarks_name = "default"
bookmarks_seperator = "cyan"
bookmarks_path = "default"