Compare commits

..

4 Commits

4 changed files with 15 additions and 3 deletions

View File

@ -51,7 +51,13 @@ local config = {
lualine_z = {}, lualine_z = {},
-- these will be filled later -- these will be filled later
lualine_c = {}, lualine_c = {},
lualine_x = {} lualine_x = {
{
require("noice").api.statusline.mode.get,
cond = require("noice").api.statusline.mode.has,
color = { fg = "#ff9e64" },
}
}
}, },
inactive_sections = { inactive_sections = {
-- these are to remove the defaults -- these are to remove the defaults

View File

@ -35,6 +35,8 @@ opt.nrformats = opt.nrformats + 'alpha'
g.showtabline = true g.showtabline = true
opt.iskeyword="_"
-- don't auto commenting new lines -- don't auto commenting new lines
cmd[[au BufEnter * set fo-=c fo-=r fo-=o]] cmd[[au BufEnter * set fo-=c fo-=r fo-=o]]

View File

@ -1,5 +1,6 @@
set -g default-terminal "xterm-256color" set -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ",xterm*:Tc" set-option -sa terminal-features ',alacritty:RGB'
# set-option -sa terminal-overrides ",screen:Tc"
## Vim user config ## Vim user config

View File

@ -94,3 +94,6 @@ export PATH="$(yarn global bin):$PATH"
# zk # zk
export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/" export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"
# tea
PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/lafrite/.config/tea/autocomplete.zsh"