Adds dashboard and telescope-ui-select
This commit is contained in:
parent
0ebf26b49c
commit
dbf9c5783f
7 changed files with 229 additions and 192 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue