Skip to content

Commit

Permalink
feat: Add specific vimrc option for zenbones
Browse files Browse the repository at this point in the history
  • Loading branch information
reobin committed May 8, 2024
1 parent ba8c8e9 commit 7996245
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions cli/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ import (
"time"

"github.com/vimcolorschemes/worker/internal/database"
"github.com/vimcolorschemes/worker/internal/dotenv"
file "github.com/vimcolorschemes/worker/internal/file"
repoHelper "github.com/vimcolorschemes/worker/internal/repository"
"github.com/vimcolorschemes/worker/internal/request"
"github.com/vimcolorschemes/worker/internal/vim"

"go.mongodb.org/mongo-driver/bson"
Expand Down
1 change: 1 addition & 0 deletions vim/base_vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ silent! colorscheme default

" Necessary custom settings for some color schemes
let g:solarized_termcolors=256
let g:zenbones_compat = 1

0 comments on commit 7996245

Please sign in to comment.