feat: improve nvim keymaps, add trouble
This commit is contained in:
parent
d42d294c95
commit
76534ab4cb
13 changed files with 315 additions and 20 deletions
6
nvim/lua/settings/.prettierrc
Normal file
6
nvim/lua/settings/.prettierrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue