Nvim: basic LSP and Telescope setup

This commit is contained in:
Filippo Berto 2024-01-13 22:57:12 +01:00
parent a07f454331
commit a2d69430f6
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 321 additions and 139 deletions

View file

@ -37,17 +37,17 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
# monitor=name,resolution,position,scale
monitor,preferred,auto,auto
${
${
if nixosConfig.networking.hostName == "thor" then
''
monitor=HDMI-A-1,preferred,0x0,auto,transform,3
monitor=DP-2,preferred,1080x420,auto
''
''
else if nixosConfig.networking.hostName == "odin" then
''
monitor=eDP-1,preferred,320x1440,1
monitor=DP-1,preferred,0x0,1
''
''
else ""
}
@ -165,10 +165,10 @@
bind = SUPER, RETURN, exec, kitty
bind = SUPER, W, killactive,
bind = SUPER, M, exec, way-lockscreen
bind = SUPER_ALT_L, Q, exit,
bind = SUPER_ALT_L, Q, exit,
bind = SUPER, E, exec, nautilus
bind = SUPER_SHIFT, E, exec, nemo
bind = SUPER, V, togglefloating,
bind = SUPER, V, togglefloating,
bind = SUPER_SHIFT, SPACE, exec, wofi --show run --allow-images -D key_expand=Tab -M=fuzzy -i
bind = SUPER, SPACE, exec, wofi --show drun --allow-images -D key_expand=Tab -M=fuzzy -i
bind = SUPER, F, fullscreen,