configures angular; attempts to configure eslint, prettier
This commit is contained in:
parent
ff670efde0
commit
cd1cd5f116
2 changed files with 32 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue