Format with stylua
This commit is contained in:
parent
dbc8995622
commit
6a8f6a9bb8
6 changed files with 283 additions and 68 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue