mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 17:14:56 +02:00
use start now, for more speed
This commit is contained in:
parent
1dbb05ed5d
commit
3009c6e5f6
10 changed files with 265 additions and 276 deletions
|
@ -22,6 +22,7 @@ vim.o.conceallevel = 0 -- So that I can see `` in markdown files
|
|||
vim.cmd('set ts=4') -- Insert 2 spaces for a tab
|
||||
vim.cmd('set sw=4') -- Change the number of space characters inserted for indentation
|
||||
vim.cmd('set expandtab') -- Converts tabs to spaces
|
||||
vim.o.completeopt = "menuone,noselect"
|
||||
vim.bo.smartindent = true -- Makes indenting smart
|
||||
vim.wo.number = O.number -- set numbered lines
|
||||
vim.wo.relativenumber = O.relative_number -- set relative number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue