lualine config edits

This commit is contained in:
Daniel B Sherry 2025-05-22 14:10:59 -05:00
parent 9331121a9f
commit 5c937dc1c8
19 changed files with 301 additions and 83 deletions

View file

@ -1,4 +1,5 @@
return {
{'folke/tokyonight.nvim'},
{ "nvim-lua/popup.nvim" }, -- An implementation of the Popup API from vim in Neovim
{ "nvim-lua/plenary.nvim" }, -- Useful lua functions used ny lots of plugins
{ "windwp/nvim-autopairs" }, -- Autopairs
@ -7,15 +8,15 @@ return {
-- Colorschemes
-- "lunarvim/colorschemes" -- A bunch of colorschemes you can try out
{ "lunarvim/darkplus.nvim" },
{ "akinsho/bufferline.nvim" },
{ "moll/vim-bbye" },
-- cmp plugins
{ "hrsh7th/nvim-cmp" }, -- The completion plugin
{ "hrsh7th/cmp-buffer" }, -- buffer completions
{ "hrsh7th/cmp-path" }, -- path completions
{ "hrsh7th/cmp-cmdline" }, -- cmdline completions
{ "saadparwaiz1/cmp_luasnip" }, -- snippet completions
{ "hrsh7th/cmp-nvim-lsp" },
-- { "hrsh7th/nvim-cmp" }, -- The completion plugin
-- { "hrsh7th/cmp-buffer" }, -- buffer completions
-- { "hrsh7th/cmp-path" }, -- path completions
-- { "hrsh7th/cmp-nvim-lua" },
-- { "hrsh7th/cmp-cmdline" }, -- cmdline completions
-- { "saadparwaiz1/cmp_luasnip" }, -- snippet completions
-- { "hrsh7th/cmp-nvim-lsp" },
-- snippets
{ "L3MON4D3/LuaSnip" }, --snippet engine