Skip to content

Commit

Permalink
Remove colorscheme setting line (hopefully this doesn't break things)
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed Oct 27, 2020
1 parent 3439db5 commit 27ae7f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neovim/startup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ startup.defineFunc.UivonimState`
let m.cwd = getcwd()
let m.dir = expand('%:p:h')
let m.file = expand('%f')
let m.colorscheme = g:colors_name
let m.bufferType = getbufvar(currentBuffer, '&buftype')
let m.editorTopLine = line('w0')
let m.editorBottomLine = line('w$')
Expand Down

0 comments on commit 27ae7f2

Please sign in to comment.