kitchen sink cause I'm too lazy to sort through this junk
This commit is contained in:
parent
b8d70ed288
commit
590f030999
23 changed files with 463 additions and 206 deletions
|
|
@ -1,5 +1,5 @@
|
|||
-- better ui ------------------------------------------------------------------
|
||||
vim.notify = require("notify")
|
||||
if pcall(require, "notify") then vim.notify = require("notify") end
|
||||
-- o.colorcolumn = { 80 }
|
||||
|
||||
-- buffer
|
||||
|
|
@ -34,7 +34,7 @@ o.softtabstop = tabwidth
|
|||
|
||||
-- colorscheme
|
||||
o.termguicolors = true
|
||||
vim.cmd('colorscheme mellow')
|
||||
if pcall(require, "mellow") then vim.cmd('colorscheme mellow') end
|
||||
|
||||
-- better editing -------------------------------------------------------------
|
||||
o.clipboard = 'unnamedplus' -- system clipboard (on unix like)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue