2 files changed,
7 insertions(+),
2 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-05-19 23:45:41 +0300
Parent:
fb5d1ac
jump to
| M | lua/configs/cmp.lua |
| M | lua/configs/statusline.lua |
M
lua/configs/cmp.lua
@@ -100,7 +100,7 @@ end
end, }, sources = { - { name = "nvim_lua", max_item_count = 6 }, + { name = "conjure", max_item_count = 6 }, { name = "neorg", max_item_count = 6 }, { name = "nvim_lsp", max_item_count = 6 }, { name = "buffer", max_item_count = 4 },
M
lua/configs/statusline.lua
@@ -4,7 +4,12 @@ theme = "kanagawa",
globalstatus = true, component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, - disabled_filetypes = { "NvimTree", "TelescopePrompt", "NeogitStatus", "packer" }, + disabled_filetypes = { + "NvimTree", + "TelescopePrompt", + "NeogitStatus", + "packer", + }, }, sections = { lualine_a = { "filename" },