diff options
author | Karel Kočí <cynerd@email.cz> | 2025-04-15 16:08:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-04-15 16:08:35 +0200 |
commit | b56637cfb959d5662b10eeb0bba334420072f829 (patch) | |
tree | f6c82432505b082c961dac760846773bb0954b16 | |
parent | 09380ff2027576c6422389b92b0fbb26caecf36f (diff) | |
download | myconfigs-master.tar.gz myconfigs-master.tar.bz2 myconfigs-master.zip |
Switch to dodo from astroid and use dynamic colorcolumn in vim.
-rw-r--r-- | config/nvim/init.vim | 2 | ||||
-rw-r--r-- | config/sway/bindsym-launch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 77e572d..b18a009 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -55,8 +55,8 @@ set laststatus=2 set noshowmode set number -set colorcolumn=80 set textwidth=80 +set colorcolumn=+0 nmap <c-/> :noh<cr> diff --git a/config/sway/bindsym-launch b/config/sway/bindsym-launch index b568a2d..8572004 100644 --- a/config/sway/bindsym-launch +++ b/config/sway/bindsym-launch @@ -19,7 +19,7 @@ bindsym $mod+Shift+w exec --no-startup-id ~/.config/sway/scripts/pass bindsym $mod+Shift+n exec --no-startup-id ~/.config/sway/scripts/notes for_window [ title="notes-terminal-window" ] floating enable sticky enable # Mail client -bindsym $mod+m exec astroid +bindsym $mod+m exec dodo # Run and configure synchronization |