update
This commit is contained in:
parent
2538eef889
commit
d4e294522e
1 changed files with 7 additions and 0 deletions
|
|
@ -27,6 +27,13 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
end
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd('FileType', {
|
||||
pattern = 'Makefile',
|
||||
callback = function ()
|
||||
vim.opt_local.expandtab = false
|
||||
end
|
||||
})
|
||||
|
||||
vim.opt.scrolloff = 8
|
||||
vim.opt.signcolumn = 'yes'
|
||||
vim.opt.updatetime = 500
|
||||
|
|
|
|||
Loading…
Reference in a new issue