feat(ags): add eslint to project
This commit is contained in:
parent
974a34fecb
commit
0b7cf3b813
4 changed files with 87 additions and 0 deletions
common/modules/neovim
|
@ -55,6 +55,7 @@ in
|
|||
settings = {
|
||||
"colors.enable" = true;
|
||||
"coc.preferences.formatOnType" = true;
|
||||
"eslint.format.enable" = true;
|
||||
"Lua.misc.parameters" = [
|
||||
"--metapath"
|
||||
"~/.cache/sumneko_lua/meta"
|
||||
|
@ -96,6 +97,7 @@ in
|
|||
coc-toml
|
||||
coc-markdownlint
|
||||
coc-tsserver
|
||||
coc-eslint
|
||||
neodev-nvim
|
||||
|
||||
coc-fzf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue