configures angular; attempts to configure eslint, prettier

This commit is contained in:
Alex Bolotskov 2024-06-02 23:52:46 +05:00
parent ff670efde0
commit cd1cd5f116
2 changed files with 32 additions and 7 deletions

View file

@ -7,4 +7,11 @@ vim.bo.tabstop = 4
vim.bo.shiftwidth = 4
vim.bo.expandtab = false
return {}
return {
{
'tpope/vim-fugitive',
lazy = false,
},
}
-- vim: tabstop=4 shiftwidth=4 noexpandtab