Compare commits
2 Commits
9608cc41d3
...
b3d8020dab
Author | SHA1 | Date | |
---|---|---|---|
|
b3d8020dab | ||
|
c3cbab752d |
@ -23,7 +23,13 @@ function M.config()
|
||||
options = {
|
||||
close_command = "Bdelete! %d", -- use vim-bbye
|
||||
right_mouse_command = "Bdelete! %d", -- use vim-bbye
|
||||
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
|
||||
offsets = {
|
||||
{
|
||||
filetype = "NvimTree",
|
||||
text = "",
|
||||
padding = 1
|
||||
}
|
||||
},
|
||||
indicator = {
|
||||
icon = '▎',
|
||||
style = 'icon'
|
||||
@ -35,9 +41,9 @@ function M.config()
|
||||
show_close_icon = false,
|
||||
left_trunc_marker = "",
|
||||
right_trunc_marker = "",
|
||||
max_name_length = 14,
|
||||
tab_size = 20, -- minimum size
|
||||
max_name_length = 40,
|
||||
max_prefix_length = 13,
|
||||
tab_size = 20,
|
||||
show_tab_indicators = true,
|
||||
enforce_regular_tabs = false,
|
||||
view = "multiwindow",
|
||||
|
@ -19,7 +19,7 @@ function M.config()
|
||||
sources = {
|
||||
-- Set a formatter
|
||||
formatting.prettierd,
|
||||
formatting.black,
|
||||
--formatting.black,
|
||||
|
||||
-- Set a linter
|
||||
diagnostics.eslint_d,
|
||||
|
@ -162,6 +162,9 @@ packer.startup {
|
||||
|
||||
-- Remember your last place when opening a file
|
||||
use { 'farmergreg/vim-lastplace' }
|
||||
|
||||
-- Import sorting for python (:Isort)
|
||||
use { 'stsewd/isort.nvim', run = ':UpdateRemotePlugins' }
|
||||
end,
|
||||
config = {
|
||||
display = {
|
||||
|
Loading…
Reference in New Issue
Block a user