This commit is contained in:
talksik
2023-10-24 20:57:48 -07:00
parent edcabc5bfa
commit 681f93316b
5 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ bar {
# exec_always --no-startup-id xrandr --output eDP-1 --left-of DP-1
exec_always --no-startup-id xrdb ~/.Xresources
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
# emoji picker
+16 -2
View File
@@ -1,5 +1,19 @@
vim.opt.list = true
-- vim.opt.listchars:append "space:⋅"
-- vim.opt.list = true
vim.opt.listchars:append "space:⋅"
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()
+3 -1
View File
@@ -10,7 +10,9 @@ lsp.ensure_installed({
lsp.configure('clangd', {
init_options = {
offsetEncoding = { "utf-8" }
}
},
-- ignore protobuf files
filetypes = { "c", "cpp", "objc", "objcpp", "hpp" },
})
-- Fix Undefined global 'vim'
+1 -1
View File
@@ -32,5 +32,5 @@ vim.leader = " "
-- case insensitive searching UNLESS /C or capital in searching
vim.opt.ignorecase = true
vim.opt.wrap = false
vim.opt.wrap = true
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 MiB

After

Width:  |  Height:  |  Size: 5.2 MiB