Compare commits
7 commits
280a3c5f15
...
3d721047d9
Author | SHA1 | Date | |
---|---|---|---|
3d721047d9 | |||
ad115c137c | |||
27be8bcf5b | |||
688da96635 | |||
c6d09c2d5a | |||
89ef2810af | |||
0dee6dcdc6 |
4 changed files with 18 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
theme = "rose_pine"
|
# theme = "rose_pine_dawn"
|
||||||
|
|
||||||
[editor.lsp]
|
[editor.lsp]
|
||||||
display-messages = true
|
display-messages = true
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
|
use-grammars = { only = ["svelte"] }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "javascript"
|
name = "javascript"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = 'prettier', args = ["--parser=javascript"] }
|
formatter = { command = 'prettier', args = ["--parser=typescript"] }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "typescript"
|
name = "typescript"
|
||||||
|
@ -12,6 +14,10 @@ formatter = { command = 'prettier', args = ["--parser=typescript"] }
|
||||||
name = "html"
|
name = "html"
|
||||||
formatter = { command = 'prettier', args = ["--parser=html"] }
|
formatter = { command = 'prettier', args = ["--parser=html"] }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "html"
|
||||||
|
formatter = { command = 'prettier', args = ["--parser=html"] }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "css"
|
name = "css"
|
||||||
formatter = { command = 'prettier', args = ["--parser=css"] }
|
formatter = { command = 'prettier', args = ["--parser=css"] }
|
||||||
|
@ -24,3 +30,9 @@ formatter = { command = 'prettier', args = ["--parser=json"] }
|
||||||
name = "go"
|
name = "go"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = 'goimports' }
|
formatter = { command = 'goimports' }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "svelte"
|
||||||
|
auto-format = true
|
||||||
|
formatter = { command = 'prettier', args = ["--parser=svelte", "--plugin-search-dir=/home/diablo/.local/share/pnpm/global/5/"] }
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ profile {
|
||||||
}
|
}
|
||||||
profile {
|
profile {
|
||||||
output HDMI-A-1 enable position 1366,0 scale 1
|
output HDMI-A-1 enable position 1366,0 scale 1
|
||||||
#output LVDS-1 enable position 0,312
|
output LVDS-1 enable position 0,312
|
||||||
output LVDS-1 disable
|
#output LVDS-1 disable
|
||||||
}
|
}
|
||||||
|
|
||||||
profile 420-sola {
|
profile 420-sola {
|
||||||
|
|
|
@ -17,7 +17,7 @@ set $menu fuzzel-run
|
||||||
font Inter Medium 10
|
font Inter Medium 10
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output * background /usr/share/backgrounds/gnome/blobs-d.svg fill
|
output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/contando ovejas 1.jpg" fill
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
|
@ -37,6 +37,7 @@ input * {
|
||||||
repeat_rate 30
|
repeat_rate 30
|
||||||
natural_scroll on
|
natural_scroll on
|
||||||
xkb_variant altgr-intl
|
xkb_variant altgr-intl
|
||||||
|
xkb_options caps:escape
|
||||||
}
|
}
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
|
|
Loading…
Reference in a new issue