formatting
This commit is contained in:
parent
5869b8d713
commit
2d8cbe1450
@ -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'}})
|
||||
|
Loading…
Reference in New Issue
Block a user