mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Compare commits
3 Commits
e57e747b26
...
dff469ddc4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dff469ddc4 | ||
|
|
6d5cda0f97 | ||
|
|
4d35362e83 |
@ -5,7 +5,10 @@ require("bufferline").setup({
|
|||||||
right_mouse_command = nil,
|
right_mouse_command = nil,
|
||||||
left_mouse_command = "buffer %d",
|
left_mouse_command = "buffer %d",
|
||||||
middle_mouse_command = nil,
|
middle_mouse_command = nil,
|
||||||
indicator_icon = "▎",
|
indicator = {
|
||||||
|
icon = '▎', -- this should be omitted if indicator style is not 'icon'
|
||||||
|
style = 'icon',
|
||||||
|
},
|
||||||
buffer_close_icon = "",
|
buffer_close_icon = "",
|
||||||
modified_icon = "●",
|
modified_icon = "●",
|
||||||
close_icon = "",
|
close_icon = "",
|
||||||
|
|||||||
@ -430,3 +430,4 @@ metatable
|
|||||||
open3d
|
open3d
|
||||||
pyntcloud
|
pyntcloud
|
||||||
param
|
param
|
||||||
|
reddit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user