style: fix formatting
This commit is contained in:
parent
6ea270f89c
commit
61a96c3c3c
6
init.lua
6
init.lua
@ -10,18 +10,20 @@ if not vim.loop.fs_stat(lazypath) then
|
||||
lazypath,
|
||||
}
|
||||
end
|
||||
|
||||
vim.opt.runtimepath:prepend(lazypath)
|
||||
|
||||
vim.api.nvim_create_autocmd('User', {
|
||||
pattern = 'LazyVimStarted',
|
||||
callback = function()
|
||||
require 'config.mappings'
|
||||
require 'config.autocmd'
|
||||
require 'feline'
|
||||
vim.cmd 'colorscheme neogruber'
|
||||
require 'nvim-treesitter'
|
||||
require 'feline'
|
||||
require 'noice'
|
||||
end,
|
||||
})
|
||||
|
||||
require 'config.settings'
|
||||
require 'config.lazy'
|
||||
vim.cmd 'colorscheme neogruber'
|
||||
|
Loading…
Reference in New Issue
Block a user