- first 'usable' neovim config
- added config directory structure and config files for `navigate`
This commit is contained in:
3
navigate/.config/navigate/bookmarks.conf
Normal file
3
navigate/.config/navigate/bookmarks.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
doc=/home/quak/collection
|
||||
test=/home/quak/
|
||||
dot=/home/quak/dotfiles/
|
||||
17
navigate/.config/navigate/navigate.conf
Normal file
17
navigate/.config/navigate/navigate.conf
Normal 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"
|
||||
Reference in New Issue
Block a user