5 lines
99 B
Lua
5 lines
99 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
require("config.lazy")
|
|
|
|
vim.opt.expandtab = false
|