feat: detect ansible filetype
This commit is contained in:
parent
e40ad7ba9b
commit
8d69edba36
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@ return require('packer').startup(function(use)
|
||||||
"sar/bbye.nvim"
|
"sar/bbye.nvim"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- ansible filetype
|
||||||
|
use({"pearofducks/ansible-vim"})
|
||||||
|
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue