boom
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ bar {
|
|||||||
# exec_always --no-startup-id xrandr --output eDP-1 --left-of DP-1
|
# exec_always --no-startup-id xrandr --output eDP-1 --left-of DP-1
|
||||||
exec_always --no-startup-id xrdb ~/.Xresources
|
exec_always --no-startup-id xrdb ~/.Xresources
|
||||||
exec --no-startup-id xset r rate 200 30
|
exec --no-startup-id xset r rate 200 30
|
||||||
exec --no-startup-id /usr/bin/feh --bg-scale '/home/talksik/wallpaper.jpg'
|
exec_always --no-startup-id /usr/bin/feh --bg-scale '/home/talksik/wallpaper.jpg'
|
||||||
exec --no-startup-id picom --active-opacity .95 --inactive-opacity .70
|
exec --no-startup-id picom --active-opacity .95 --inactive-opacity .70
|
||||||
|
|
||||||
# emoji picker
|
# emoji picker
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
vim.opt.list = true
|
-- vim.opt.list = true
|
||||||
-- vim.opt.listchars:append "space:⋅"
|
vim.opt.listchars:append "space:⋅"
|
||||||
vim.opt.listchars:append "eol:↴"
|
vim.opt.listchars:append "eol:↴"
|
||||||
|
|
||||||
|
-- local highlight = {
|
||||||
|
-- "CursorColumn",
|
||||||
|
-- "Whitespace",
|
||||||
|
-- }
|
||||||
|
-- require("ibl").setup {
|
||||||
|
-- indent = { highlight = highlight, char = "" },
|
||||||
|
-- whitespace = {
|
||||||
|
-- highlight = highlight,
|
||||||
|
-- remove_blankline_trail = false,
|
||||||
|
-- },
|
||||||
|
-- scope = { enabled = false },
|
||||||
|
-- }
|
||||||
|
--
|
||||||
|
|
||||||
require("ibl").setup()
|
require("ibl").setup()
|
||||||
|
|||||||
@@ -10,7 +10,9 @@ lsp.ensure_installed({
|
|||||||
lsp.configure('clangd', {
|
lsp.configure('clangd', {
|
||||||
init_options = {
|
init_options = {
|
||||||
offsetEncoding = { "utf-8" }
|
offsetEncoding = { "utf-8" }
|
||||||
}
|
},
|
||||||
|
-- ignore protobuf files
|
||||||
|
filetypes = { "c", "cpp", "objc", "objcpp", "hpp" },
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Fix Undefined global 'vim'
|
-- Fix Undefined global 'vim'
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ vim.leader = " "
|
|||||||
-- case insensitive searching UNLESS /C or capital in searching
|
-- case insensitive searching UNLESS /C or capital in searching
|
||||||
vim.opt.ignorecase = true
|
vim.opt.ignorecase = true
|
||||||
|
|
||||||
vim.opt.wrap = false
|
vim.opt.wrap = true
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.2 MiB After Width: | Height: | Size: 5.2 MiB |
Reference in New Issue
Block a user