all repos

init.lua @ e0c6f3e799f4fd79c25ca30136a9f9e86efbf183

my nvim config
2 files changed, 7 insertions(+), 2 deletions(-)
refactor: reformat by `stylua` and remove not used `cmp` source
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-19 23:45:41 +0300
Parent: fb5d1ac
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" },