Adds dashboard and telescope-ui-select

This commit is contained in:
Marcelo Canaparro 2024-01-06 16:10:06 +00:00
parent 0ebf26b49c
commit dbf9c5783f
7 changed files with 229 additions and 192 deletions

View file

@ -47,8 +47,8 @@ vim.o.completeopt = 'menuone,noselect'
vim.o.termguicolors = true
-- Number of spaces that a <Tab> in the file counts for
vim.opt.tabstop = 4
-- Number of spaces to use for each step of (auto)indent
vim.opt.shiftwidth = 4
-- Use spaces instead of tabs
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true