-
-
Notifications
You must be signed in to change notification settings - Fork 625
#1050 #1068 various default options tweaks #1074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1050 #1068 various default options tweaks #1074
Conversation
alex-courtis
commented
Mar 12, 2022
- remove defaults from bug template
- script to update defaults in readme, help
- move the following to DEFAULT_OPTS
- view
- trash
- window picker
- add empty mapping defaults; this bugged me when I started, as I didn't know where to put my mappings
@@ -63,108 +63,36 @@ body: | |||
value: | | |||
vim.cmd [[set runtimepath=$VIMRUNTIME]] | |||
vim.cmd [[set packpath=/tmp/nvt-min/site]] | |||
local package_root = '/tmp/nvt-min/site/pack' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stylua
@@ -108,68 +108,74 @@ highlight NvimTreeFolderIcon guibg=blue | |||
```lua | |||
-- init.lua | |||
|
|||
-- following options are the default | |||
-- empty setup using defaults: add your own options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would have been very useful for me when starting out with nvim-tree.
I thought you had to specify all the options 🤦
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just rebase it :)
ready |
Please merge this one first @kyazdani42 so that we don't get any further conflicts ;) |