diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-06-20 09:07:22 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-06-20 09:07:22 +0200 |
commit | ba3a4ea25b451c10cd372b81c9168ce038f69d1c (patch) | |
tree | 5016a6da0d42464e215623242056f0407cb42908 /Common/nvim/lua/basic.lua | |
parent | c664883e31ef5e82785c114cd7a46c812a5c7f3e (diff) | |
download | dotfiles-ba3a4ea25b451c10cd372b81c9168ce038f69d1c.tar.gz dotfiles-ba3a4ea25b451c10cd372b81c9168ce038f69d1c.zip |
Consistency
Diffstat (limited to 'Common/nvim/lua/basic.lua')
-rwxr-xr-x | Common/nvim/lua/basic.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index 342dde9..7bee1ba 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -32,6 +32,3 @@ vim.cmd [[ colorscheme bw ]] vim.opt.background = "light" -- No idea why, preview in fzf does at least work extremely porly without this vim.cmd [[ let $BAT_THEME = 'gruvbox-light' ]] - --- Show colour column -vim.opt.colorcolumn = '120' |