Skip to content

Commit c650c5b

Browse files
committed
oboro => [hyprland.conf][lsp-config.lua]
1 parent 7a6c2f8 commit c650c5b

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

runes/hypr/hyprland.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,7 @@ $mainMod = SUPER
181181

182182
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
183183
bind = $mainMod SHIFT, Q, killactive,
184-
%% switch on hostname
185-
%% 3QWP3T3 {
186-
bind = $mainMod, E, togglesplit, # dwindle
187-
%% }
188-
%% default {
189184
bind = $mainMod, E, layoutmsg, togglesplit # dwindle
190-
%% }
191-
%% end
192185
# bind = $mainMod, J, pseudo, # dwindle
193186

194187
# Move focus with mainMod + arrow keys

runes/nvim/lua/plugins/lsp-config.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ vim.lsp.enable("gopls")
148148
-- }
149149
vim.lsp.enable("zls")
150150

151+
vim.lsp.config("pyright", {
152+
on_attach = on_attach(),
153+
capabilities = capabilities,
154+
})
155+
vim.lsp.enable("pyright")
156+
151157
-- Hide all semantic highlights
152158
-- for _, group in ipairs(vim.fn.getcompletion("@lsp", "highlight")) do
153159
-- vim.api.nvim_set_hl(0, group, {})

0 commit comments

Comments
 (0)