home: vim: add 'null-ls'

This commit is contained in:
Bruno BELANYI 2022-02-25 11:48:26 +01:00
parent 6f57a03940
commit e1a8c9e563
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
lua << EOF
null_ls = require("null-ls")
null_ls.setup()
EOF