made some changes
This commit is contained in:
@@ -28,9 +28,11 @@ return {
|
||||
|
||||
completion = {
|
||||
menu = {
|
||||
border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
-- border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
-- border = {'╓', '─', '╖', '║', '╜', '─', '╙', '║'},
|
||||
draw = {
|
||||
padding = 0,
|
||||
gap = 5,
|
||||
columns = { {
|
||||
"label",
|
||||
"label_description",
|
||||
@@ -44,8 +46,8 @@ return {
|
||||
auto_show = true,
|
||||
treesitter_highlighting = true,
|
||||
window = {
|
||||
border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
}
|
||||
-- border = {'╭', '─', '╮', '│', '╯', '─', '╰', '│'},
|
||||
},
|
||||
},
|
||||
ghost_text = {
|
||||
enabled = true,
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
return {
|
||||
'mistricky/codesnap.nvim',
|
||||
lazy = false,
|
||||
build = 'make',
|
||||
keys = {
|
||||
{'<F2>', '<cmd>CodeSnap<cr>', mode = 'x'},
|
||||
},
|
||||
opts = {
|
||||
bg_theme = "sea",
|
||||
has_line_number = true,
|
||||
bg_padding = 0,
|
||||
code_font_family = "0xProto Nerd Font";
|
||||
mac_window_bar = false,
|
||||
watermark = ""
|
||||
}
|
||||
}
|
||||
@@ -1,38 +1,43 @@
|
||||
return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
component_separators = { left = '', right = ''},
|
||||
section_separators = { left = '', right = ''},
|
||||
disabled_filetypes = {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = {},
|
||||
always_divide_middle = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
statusline = 1000,
|
||||
tabline = 1000,
|
||||
winbar = 1000,
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {{'mode', separator = {left = '', right = ''}, padding = 0}},
|
||||
lualine_b = {'branch'},
|
||||
lualine_c = {'diagnostics'},
|
||||
lualine_x = {},
|
||||
lualine_y = {'filetype'},
|
||||
lualine_z = {{'filename', separator = {left = '', right = ''}, padding = 0}}
|
||||
},
|
||||
tabline = {},
|
||||
winbar = {},
|
||||
inactive_winbar = {},
|
||||
extensions = {}
|
||||
}
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
section_separators = { left = '', right = '' },
|
||||
disabled_filetypes = {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = {},
|
||||
always_divide_middle = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
statusline = 5000,
|
||||
tabline = 5000,
|
||||
winbar = 5000,
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { { 'mode', separator = { left = '', right = '' }, padding = 0 } },
|
||||
lualine_b = { 'branch' },
|
||||
lualine_c = { 'diagnostics' },
|
||||
lualine_x = {},
|
||||
lualine_y = { 'filetype' },
|
||||
lualine_z = {{
|
||||
'filename',
|
||||
path = 3,
|
||||
separator = { left = '', right = '' },
|
||||
padding = 0,
|
||||
shorting_target = 48
|
||||
}}
|
||||
},
|
||||
tabline = {},
|
||||
winbar = {},
|
||||
inactive_winbar = {},
|
||||
extensions = {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user