summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/user/options.lua
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-06-09 18:12:20 +0200
committeryuzu-eva <stevenhu@web.de>2023-06-09 18:12:20 +0200
commit70980c2c53e9fc3cadd2f6eacd085dc0297f65b6 (patch)
tree6a7a0af6ef52501960d6d0b99d72bc67cec052d0 /.config/nvim/lua/user/options.lua
parentc72de1d239aac325155fc840cd226309435538de (diff)
nvim: added a lisp-lsp, but honestly no idea what i did in plugins.lua; aliasrc: removed most of the emerge aliases; profile: changed $BROWSER; zathura: changed next-/previous-page keybinds; zshrc: added edit-command-line; ncmpcpp: removed visualiser
Diffstat (limited to '.config/nvim/lua/user/options.lua')
-rw-r--r--.config/nvim/lua/user/options.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/user/options.lua b/.config/nvim/lua/user/options.lua
index 2fdd6e2..53fbe43 100644
--- a/.config/nvim/lua/user/options.lua
+++ b/.config/nvim/lua/user/options.lua
@@ -22,4 +22,3 @@ vim.o.foldmethod = "expr"
vim.o.foldlevelstart = 10
vim.o.foldexpr = "nvim_treesitter#foldexpr()"
vim.o.hlsearch = 0
-vim.o.colorcolumn = "80"