diff --git a/init.lua b/init.lua index b30a74e..c222ef1 100644 --- a/init.lua +++ b/init.lua @@ -1,8 +1,7 @@ -- load all plugins require "pluginList" -require "file-icons" - require "misc-utils" + require "top-bufferline" require "statusline" @@ -29,8 +28,6 @@ require "custom_highlights" -- blankline -local indent = 2 - g.indentLine_enabled = 1 g.indent_blankline_char = "▏" @@ -44,7 +41,8 @@ require "treesitter-nvim" require "mappings" require "telescope-nvim" -require "nvimTree" +require "nvimTree" -- file tree stuff +require "file-icons" -- git signs , lsp symbols etc require "gitsigns-nvim" @@ -58,3 +56,4 @@ vim.api.nvim_exec([[ -- setup for TrueZen.nvim require "zenmode" +require "whichkey" diff --git a/lua/custom_highlights.lua b/lua/custom_highlights.lua index 34a7017..05b4230 100644 --- a/lua/custom_highlights.lua +++ b/lua/custom_highlights.lua @@ -1,7 +1,7 @@ local cmd = vim.cmd -- blankline -cmd "hi IndentBlanklineChar guifg=#383c44" +cmd "hi IndentBlanklineChar guifg=#282c34" -- misc -- cmd "hi LineNr guifg=#42464e"