PrettierFragment
This commit is contained in:
parent
ec67d2ab1c
commit
b6137a479b
3 changed files with 11 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -581,6 +581,10 @@ require('dressing').setup({
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
--vim-prettier
|
||||||
|
vim.keymap.set('v', '<Leader>p', '<C-u>:PrettierFragment<CR>')
|
||||||
|
|
||||||
|
|
||||||
--modes
|
--modes
|
||||||
require('modes').setup({
|
require('modes').setup({
|
||||||
colors = {
|
colors = {
|
||||||
|
|
6
package-lock.json
generated
Normal file
6
package-lock.json
generated
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "dotfiles",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {}
|
||||||
|
}
|
1
package.json
Normal file
1
package.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
Loading…
Reference in a new issue