updates
This commit is contained in:
+9
-6
@@ -369,17 +369,20 @@ require("packer").startup {
|
|||||||
lualine_a = {"mode"},
|
lualine_a = {"mode"},
|
||||||
lualine_b = {"branch"},
|
lualine_b = {"branch"},
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
{"filename", file_status = true, path = 1},
|
{"filename", file_status = true, path = 1, shorting_target = 0},
|
||||||
{"diff", colored = true}, {"diagnostics", sources = {"nvim_lsp"}}
|
{"diff", colored = true}
|
||||||
},
|
},
|
||||||
lualine_x = {"filetype"},
|
lualine_x = {"filetype"},
|
||||||
lualine_y = {"progress", "encoding", "fileformat"},
|
lualine_y = {"progress"},
|
||||||
lualine_z = {"location"}
|
lualine_z = {"location"}
|
||||||
},
|
},
|
||||||
inactive_sections = {
|
inactive_sections = {
|
||||||
lualine_a = {},
|
lualine_a = {},
|
||||||
lualine_b = {},
|
lualine_b = {},
|
||||||
lualine_c = {{"filename", file_status = true, path = 1}},
|
lualine_c = {
|
||||||
|
{"filename", file_status = true, path = 1, shorting_target = 0},
|
||||||
|
{"diff", colored = true}
|
||||||
|
},
|
||||||
lualine_x = {},
|
lualine_x = {},
|
||||||
lualine_y = {"progress"},
|
lualine_y = {"progress"},
|
||||||
lualine_z = {"location"}
|
lualine_z = {"location"}
|
||||||
@@ -428,8 +431,8 @@ require("packer").startup {
|
|||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash", "lua", "c", "comment", "cpp", "css", "cuda", "dockerfile",
|
"bash", "lua", "c", "comment", "cpp", "css", "cuda", "dockerfile",
|
||||||
"fish", "graphql", "help", "html", "java", "javascript", "json",
|
"fish", "graphql", "help", "html", "java", "javascript", "json",
|
||||||
"json5", "julia", "latex", "lua", "make", "markdown", "ninja",
|
"json5", "julia", "latex", "lua", "make", "markdown",
|
||||||
"python", "regex", "toml", "vim", "yaml"
|
"markdown_inline", "ninja", "python", "regex", "toml", "vim", "yaml"
|
||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user