Updating neovim configuration
This commit is contained in:
parent
caa5c24146
commit
f8e72a4b87
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
vim.cmd("set relativenumber")
|
||||
vim.cmd("set expandtab")
|
||||
vim.cmd("set tabstop=2")
|
||||
vim.cmd("set softtabstop=2")
|
||||
vim.cmd("set shiftwidth=2")
|
||||
vim.g.mapleader = " "
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue