oil updates, telescope config mapping

This commit is contained in:
Alexander Muszynski
2024-07-18 17:10:15 -04:00
parent b0d41c383f
commit ad8e634d1a
4 changed files with 24 additions and 21 deletions
+1 -17
View File
@@ -2,20 +2,4 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
{
'catppuccin/nvim',
name = 'catppuccin',
opts = { transparent_background = true },
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'catppuccin'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'
end,
priority = 1000,
},
}
return {}