diff --git a/dot_config/nvim/init.vim b/dot_config/nvim/init.vim index 6251e41..ff8ab75 100644 --- a/dot_config/nvim/init.vim +++ b/dot_config/nvim/init.vim @@ -212,3 +212,4 @@ let g:webdevicons_enable_nerdtree = 1 autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab autocmd BufWritePre *.py execute ':Black' let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.5, 'highlight': 'Comment' } } +let g:indentLine_fileTypeExclude = ['markdown'] diff --git a/dot_vimrc b/dot_vimrc index 3448668..19df000 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -178,3 +178,4 @@ let g:webdevicons_enable = 1 let g:webdevicons_enable_nerdtree = 1 set relativenumber set number +let g:indentLine_fileTypeExclude = ['markdown'] diff --git a/dot_zshrc b/dot_zshrc index b402d32..f9678cb 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -135,8 +135,6 @@ kitty + complete setup zsh | source /dev/stdin # Temporarily disabiling while using fasd # source /usr/libexec/z.sh -export PATH="$HOME/.poetry/bin:$PATH" - #function chpwd() { # if [ -r $PWD/.zsh_config ]; then # source $PWD/.zsh_config