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
|
set grepprg=@ripgrep@/bin/rg\ --vimgrep grepformat^=%f:%l:%c:%m
|
||||||
]], false)
|
]], false)
|
||||||
|
|
||||||
vim.filetype.add({
|
vim.filetype.add({extension = {star = 'python'}})
|
||||||
extension = { star = 'python' }})
|
|
||||||
|
Loading…
Reference in New Issue
Block a user