Format with stylua

This commit is contained in:
zwergius 2024-01-24 11:57:14 +01:00
parent dbc8995622
commit 6a8f6a9bb8
6 changed files with 283 additions and 68 deletions

View file

@ -14,11 +14,11 @@ vim.o.hlsearch = false
vim.opt.incsearch = true
-- Filetype overrides
vim.filetype.add({
vim.filetype.add {
extension = {
postcss = 'css',
}
})
},
}
-- Autocommand create folder(s) for new file
vim.cmd 'source ~/.config/nvim/vim/auto-mkdir.vim'