Skip to content

Commit

Permalink
fix: Scheme definition for ColorColumn and scrolloff (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima authored Jul 3, 2024
1 parent f02b9ef commit a716065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/nvim/colors/mdsanima.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
" this and the Neovim configuration. May be I should just use the default color scheme. I think to
" setup the config with LazyVim or NormalVim. I will need to test it.

" Setup
" Basic initial setup
hi clear
set notermguicolors
set background=dark
let g:colors_name = 'mdsanima'

" Basic color scheme definitions
hi Boolean cterm=none ctermfg=202 ctermbg=none
hi ColorColumn cterm=none ctermfg=0 ctermbg=39
hi ColorColumn cterm=none ctermfg=0 ctermbg=8
hi Comment cterm=none ctermfg=8 ctermbg=none
hi Constant cterm=none ctermfg=222 ctermbg=none
hi Directory cterm=none ctermfg=2 ctermbg=none
Expand Down
2 changes: 1 addition & 1 deletion config/nvim/plugin/mdsanima.vim
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set listchars+=trail:·, " Show trailing spaces
set mouse=a " Mouse support
set number " Show line numbering
set relativenumber " Relative number of lines
set scrolloff=14 " Lines after before cursor
set scrolloff=8 " Lines after before cursor
set shiftwidth=4 " Offset spaces
set showbreak=\ " Show break character
set smartcase " Smart case search
Expand Down

0 comments on commit a716065

Please sign in to comment.