mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
add python support, some keymap and options
This commit is contained in:
parent
098f430525
commit
215addfe5b
2 changed files with 14 additions and 0 deletions
|
@ -16,6 +16,11 @@ return {
|
|||
opts = {
|
||||
popup_border_style = 'NC', -- or "" to use 'winborder' on Neovim v0.11+
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out"
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = false,
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
['\\'] = 'close_window',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue