File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ working-directory = /Users/assafdori/code/assafdori/dotfiles
44# -----------
55font-family = "Berkeley Mono"
66theme = koda-dark
7- font-size = 14
7+ font-size = 13
88
99# Custom background & opacity
1010# background = #010101
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ o.clipboard = "unnamedplus" -- keep in sy
1212o .cursorline = true -- highlight the current line
1313o .cursorcolumn = false -- highlight the current column
1414o .guicursor :append (" a:blinkwait700-blinkon250-blinkoff400" )
15- o .wrap = true -- display lines as one long line
15+ o .wrap = false -- display lines as one long line
1616o .dir = vim .fn .stdpath (" data" ) .. " /swp" -- swap file directory
1717o .swapfile = false -- disable swap files
1818o .expandtab = true -- use spaces instead of tabs
@@ -31,9 +31,11 @@ o.mouse = "nv" -- enable mou
3131o .relativenumber = true -- set relative numbered lines
3232o .number = true -- set current line to display true number
3333o .scrolloff = 10 -- Minimal number of screen lines to keep above and below the cursor
34+ o .sidescrolloff = 10 -- Minimal number of screen columns either side of cursor if wrap is `false`
3435o .signcolumn = " yes" -- Always show the signcolumn, otherwise it would shift the text each time
3536o .shiftwidth = 2 -- the number of spaces inserted for each indentation
3637o .smartcase = true -- Don't ignore case with capitals
38+ o .hlsearch = true -- highlight all matches on previous search pattern
3739o .smartindent = true -- Insert indents automatically
3840o .splitbelow = true -- force all horizontal splits to go below current window
3941o .splitright = true -- force all vertical splits to go to the right of current window
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ return {
9090 lazy = false , -- make sure we load this during startup if it is your main colorscheme
9191 priority = 1000 , -- make sure to load this before all the other start plugins
9292 config = function ()
93- -- require("koda").setup({ transparent = true })
93+ require (" koda" ).setup ({ transparent = true })
9494 vim .cmd (" colorscheme koda" )
9595 end ,
9696 },
You can’t perform that action at this time.
0 commit comments