Changed theme to emark

This commit is contained in:
NotAI 2023-12-03 18:28:08 -05:00
parent 07b8465f31
commit fb806e8b65
3 changed files with 18 additions and 54 deletions

View file

@ -2,4 +2,9 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
"nvim-telescope/telescope-file-browser.nvim",
dependencies = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim" }
};
}