Skip to content

Commit

Permalink
Merge pull request #2 from takkii/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
takkii authored Jan 16, 2025
2 parents b05c024 + f363fb7 commit 74b142c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ let g:python3_host_prog=$HOME . '/scoop/apps/python311/current/python.exe'

"LightLine
let g:lightline = {
\ 'colorscheme': 'icebergDark',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'readonly', 'filename', 'modified' ],
Expand Down Expand Up @@ -174,7 +173,7 @@ set encoding=utf-8

set fileencodings=utf-8,cp932
set background=dark
colorscheme iceberg
colorscheme mrkn256
set splitbelow
set nobackup
set noundofile
Expand Down
3 changes: 1 addition & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Plug 'takkii/vim-com'
Plug 'itchyny/lightline.vim'
Plug 'maximbaz/lightline-ale'
Plug 'dense-analysis/ale'
Plug 'gkeep/iceberg-dark'
Plug 'cocopon/iceberg.vim'
Plug 'mrkn/mrkn256.vim'

" Initialize plugin system
call plug#end()
Expand Down

0 comments on commit 74b142c

Please sign in to comment.