formatting

This commit is contained in:
Motiejus Jakštys 2024-05-15 20:45:36 +02:00
parent 5869b8d713
commit 2d8cbe1450
1 changed files with 1 additions and 2 deletions

View File

@ -2,5 +2,4 @@ vim.api.nvim_exec([[
set grepprg=@ripgrep@/bin/rg\ --vimgrep grepformat^=%f:%l:%c:%m
]], false)
vim.filetype.add({
extension = { star = 'python' }})
vim.filetype.add({extension = {star = 'python'}})