sium leetcode
This commit is contained in:
parent
a4eca75809
commit
36d4449406
@ -16,6 +16,7 @@ vim.opt.conceallevel = 2 -- Hide markdown syntax, etc.
|
|||||||
vim.opt.signcolumn = "yes" -- Always show the sign column to avoid resizing
|
vim.opt.signcolumn = "yes" -- Always show the sign column to avoid resizing
|
||||||
vim.opt.timeoutlen = 300 -- Time to wait for a mapped sequence to complete
|
vim.opt.timeoutlen = 300 -- Time to wait for a mapped sequence to complete
|
||||||
vim.opt.updatetime = 250 -- Faster completion and CursorHold updates
|
vim.opt.updatetime = 250 -- Faster completion and CursorHold updates
|
||||||
|
vim.o.winborder = "rounded"
|
||||||
|
|
||||||
-- Disable unused built-in providers for faster startup
|
-- Disable unused built-in providers for faster startup
|
||||||
vim.g.loaded_perl_provider = 0
|
vim.g.loaded_perl_provider = 0
|
||||||
|
|||||||
16
nvim/lua/kanopo/plugins/leetcode.lua
Normal file
16
nvim/lua/kanopo/plugins/leetcode.lua
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
return {
|
||||||
|
"kawre/leetcode.nvim",
|
||||||
|
build = ":TSUpdate html", -- if you have `nvim-treesitter` installed
|
||||||
|
dependencies = {
|
||||||
|
'nvim-telescope/telescope.nvim',
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"MunifTanjim/nui.nvim",
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
logging = false,
|
||||||
|
lang = "typescript",
|
||||||
|
picker = {
|
||||||
|
provider = "telescope"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
@ -38,8 +38,7 @@ output $laptop scale 1.3
|
|||||||
output $benq bg $benq_wallpaper fill
|
output $benq bg $benq_wallpaper fill
|
||||||
output $laptop color_profile icc ~/Documents/dotfiles/sway/BENQ_PD2706QN_ICC/'Display P3.icc'
|
output $laptop color_profile icc ~/Documents/dotfiles/sway/BENQ_PD2706QN_ICC/'Display P3.icc'
|
||||||
output $benq resolution 2560x1440@99.990Hz position 0,0
|
output $benq resolution 2560x1440@99.990Hz position 0,0
|
||||||
# Optional: Add ICC profile if available
|
output $laptop scale 1.3
|
||||||
# output $benq color_profile icc ~/path/to/benq_pd2706qn.icm
|
|
||||||
|
|
||||||
# Gestione degli eventi del coperchio
|
# Gestione degli eventi del coperchio
|
||||||
bindswitch --reload --locked lid:on output $laptop disable
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user