diff --git a/init.lua b/init.lua index bbcc1a0d..2989c899 100644 --- a/init.lua +++ b/init.lua @@ -92,7 +92,6 @@ I hope you enjoy your Neovim journey, P.S. You can delete this when you're done too. It's your config now! :) --]] vim.api.nvim_set_keymap('n', ':', 'FineCmdline', { noremap = true }) -vim.cmd [[ autocmd VimEnter * Neotree position=left ]] --AUTO RELOAD ON SAVE vim.api.nvim_create_autocmd('BufWritePost', { pattern = '*', -- For all files @@ -1084,7 +1083,7 @@ require('lazy').setup({ -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. -- vim.cmd.colorscheme 'tokyonight-night' - vim.cmd.colorscheme 'ash' + vim.cmd.colorscheme 'shin' -- vim.cmd.colorscheme 'kanagawa' -- vim.cmd.colorscheme 'material-palenight' -- vim.cmd.colorscheme 'material-deep-ocean' @@ -1121,17 +1120,17 @@ require('lazy').setup({ -- Simple and easy statusline. -- You could remove this setup call if you don't like it, -- and try some other statusline plugin - local statusline = require 'mini.statusline' + -- local statusline = require 'mini.statusline' -- set use_icons to true if you have a Nerd Font - statusline.setup { use_icons = vim.g.have_nerd_font } + -- statusline.setup { use_icons = vim.g.have_nerd_font } -- You can configure sections in the statusline by overriding their -- default behavior. For example, here we set the section for -- cursor location to LINE:COLUMN ---@diagnostic disable-next-line: duplicate-set-field - statusline.section_location = function() - return '%2l:%-2v' - end + -- statusline.section_location = function() + -- return '%2l:%-2v' + -- end -- ... and there is more! -- Check out: https://github.com/echasnovski/mini.nvim diff --git a/lua/custom/config/lualine_config.lua b/lua/custom/config/lualine_config.lua index f0ec9bf8..041aab35 100644 --- a/lua/custom/config/lualine_config.lua +++ b/lua/custom/config/lualine_config.lua @@ -38,13 +38,13 @@ local config = { -- Disable sections and component separators component_separators = '', section_separators = '', - theme = { - -- We are going to use lualine_c and lualine_x as left and - -- right sections. Both are highlighted by the c theme. - -- So we are just setting default looks of statusline - normal = { c = { fg = colors.fg, bg = colors.bg } }, - inactive = { c = { fg = colors.fg, bg = colors.bg } }, - }, + -- theme = { + -- -- We are going to use lualine_c and lualine_x as left and + -- -- right sections. Both are highlighted by the c theme. + -- -- So we are just setting default looks of statusline + -- normal = { c = { fg = colors.fg, bg = colors.bg } }, + -- inactive = { c = { fg = colors.fg, bg = colors.bg } }, + -- }, }, sections = { -- these are to remove the defaults @@ -130,11 +130,11 @@ ins_left { cond = conditions.buffer_not_empty, } --- ins_left { --- 'filename', --- cond = conditions.buffer_not_empty, --- color = { fg = colors.magenta, gui = 'bold' }, --- } +ins_left { + 'filename', + cond = conditions.buffer_not_empty, + color = { fg = colors.magenta, gui = 'bold' }, +} ins_left { 'location', show_filename_only = false } ins_left { 'progress', color = { fg = colors.fg, gui = 'bold' } } @@ -197,7 +197,7 @@ ins_right { ins_right { 'branch', icon = '', - color = { fg = colors.violet, gui = 'bold' }, + color = { fg = colors.red, gui = 'bold' }, } ins_right { diff --git a/lua/custom/plugins/chocolatier.lua b/lua/custom/plugins/chocolatier.lua new file mode 100644 index 00000000..e0ccf413 --- /dev/null +++ b/lua/custom/plugins/chocolatier.lua @@ -0,0 +1 @@ +return { 'qaptoR-nvim/chocolatier.nvim' } diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index be0eb9d8..68a3948f 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -2,4 +2,14 @@ -- I promise not to create any merge conflicts in this directory :) -- -- See the kickstart.nvim README for more information -return {} +return { + { + 'folke/noice.nvim', + event = 'VeryLazy', + opts = {}, + dependencies = { + 'MunifTanjim/nui.nvim', + 'rcarriga/nvim-notify' + } + } +} diff --git a/lua/custom/plugins/lush.lua b/lua/custom/plugins/lush.lua new file mode 100644 index 00000000..1d56c9d1 --- /dev/null +++ b/lua/custom/plugins/lush.lua @@ -0,0 +1 @@ +return { 'rktjmp/lush.nvim' } diff --git a/lua/custom/plugins/rakis.lua b/lua/custom/plugins/rakis.lua new file mode 100644 index 00000000..41d635f0 --- /dev/null +++ b/lua/custom/plugins/rakis.lua @@ -0,0 +1 @@ +return { 'sample-usr/rakis.nvim' } diff --git a/lua/custom/plugins/sakura.lua b/lua/custom/plugins/sakura.lua new file mode 100644 index 00000000..e4defb45 --- /dev/null +++ b/lua/custom/plugins/sakura.lua @@ -0,0 +1,4 @@ +return { 'anAcc22/sakura.nvim', config = function () + vim.opt.background = 'dark' + +end } diff --git a/lua/custom/plugins/vague.lua b/lua/custom/plugins/vague.lua new file mode 100644 index 00000000..1ea7f832 --- /dev/null +++ b/lua/custom/plugins/vague.lua @@ -0,0 +1,2 @@ +return { 'vague2k/vague.nvim' } +