update
This commit is contained in:
parent
8abb71f3e1
commit
152e1dda1a
2 changed files with 16 additions and 11 deletions
2
i3config
2
i3config
|
|
@ -252,7 +252,7 @@ for_window [class="Bitwarden"] floating enable
|
|||
for_window [class="steam"] floating enable
|
||||
for_window [class="dolphin"] floating enable
|
||||
for_window [class="Caprine"] floating enable move scratchpad
|
||||
for_window [title="Messenger"] floating enable move scratchpad
|
||||
# for_window [title="Messenger"] floating enable move scratchpad
|
||||
for_window [class="discord"] floating enable move scratchpad
|
||||
for_window [class="Spotify"] floating enable move scratchpad
|
||||
for_window [class="Pavucontrol"] floating enable move scratchpad
|
||||
|
|
|
|||
5
init.lua
5
init.lua
|
|
@ -145,8 +145,12 @@ require("lazy").setup({
|
|||
})
|
||||
end,
|
||||
},
|
||||
"ggandor/leap.nvim",
|
||||
"tpope/vim-repeat",
|
||||
})
|
||||
|
||||
require("leap").add_default_mappings()
|
||||
|
||||
require("dapui").setup()
|
||||
|
||||
require("lualine").setup()
|
||||
|
|
@ -672,6 +676,7 @@ vim.keymap.set("n", "<c-c>", function()
|
|||
end, {})
|
||||
|
||||
-- LSP Config
|
||||
require("lspconfig").zls.setup({})
|
||||
require("lspconfig").pylsp.setup({})
|
||||
require("lspconfig").gopls.setup({})
|
||||
require("lspconfig").tsserver.setup({})
|
||||
|
|
|
|||
Loading…
Reference in a new issue