Compare commits
No commits in common. "e4c915c224c738310ee780b084c26619e487c9be" and "b745e1524287cc7bf4d54a052babd3cf0b0ac88a" have entirely different histories.
e4c915c224
...
b745e15242
@ -51,13 +51,7 @@ local config = {
|
||||
lualine_z = {},
|
||||
-- these will be filled later
|
||||
lualine_c = {},
|
||||
lualine_x = {
|
||||
{
|
||||
require("noice").api.statusline.mode.get,
|
||||
cond = require("noice").api.statusline.mode.has,
|
||||
color = { fg = "#ff9e64" },
|
||||
}
|
||||
}
|
||||
lualine_x = {}
|
||||
},
|
||||
inactive_sections = {
|
||||
-- these are to remove the defaults
|
||||
|
@ -35,8 +35,6 @@ opt.nrformats = opt.nrformats + 'alpha'
|
||||
|
||||
g.showtabline = true
|
||||
|
||||
opt.iskeyword="_"
|
||||
|
||||
-- don't auto commenting new lines
|
||||
cmd[[au BufEnter * set fo-=c fo-=r fo-=o]]
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
set -g default-terminal "tmux-256color"
|
||||
set-option -sa terminal-features ',alacritty:RGB'
|
||||
# set-option -sa terminal-overrides ",screen:Tc"
|
||||
set -g default-terminal "xterm-256color"
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
## Vim user config
|
||||
|
||||
|
@ -94,6 +94,3 @@ export PATH="$(yarn global bin):$PATH"
|
||||
|
||||
# zk
|
||||
export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"
|
||||
|
||||
# tea
|
||||
PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/lafrite/.config/tea/autocomplete.zsh"
|
||||
|
Loading…
Reference in New Issue
Block a user