change leader key to space
This commit is contained in:
parent
5c5b92ebf0
commit
b5ce3421e4
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ vim.opt.tabstop = 4 -- number of columns occupied by a tab
|
||||||
vim.opt.softtabstop = 4 -- see multiple spaces as tabstops so <BS> does the right thing
|
vim.opt.softtabstop = 4 -- see multiple spaces as tabstops so <BS> does the right thing
|
||||||
vim.opt.expandtab = true -- converts tabs to white space
|
vim.opt.expandtab = true -- converts tabs to white space
|
||||||
vim.opt.shiftwidth = 4 -- width for autoindents
|
vim.opt.shiftwidth = 4 -- width for autoindents
|
||||||
|
vim.g.mapleader = " "
|
||||||
vim.filetype.add({
|
vim.filetype.add({
|
||||||
extension = {
|
extension = {
|
||||||
sls = "sls.yaml.jinja",
|
sls = "sls.yaml.jinja",
|
||||||
|
|
Loading…
Reference in a new issue