summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua47
1 files changed, 0 insertions, 47 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua
deleted file mode 100644
index 86f4b49..0000000
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua
+++ /dev/null
@@ -1,47 +0,0 @@
-vim.g.have_nerd_font = true
--- vim.g.netrw_browse_split = 0
--- vim.g.netrw_banner = 1
--- vim.g.netrw_browsex_viewer = "xdg-open"
--- vim.g.netrw_liststyle = 0
--- vim.g.netrw_list_hide = "^.git"
--- vim.g.netrw_winsize = 25
--- vim.g.loaded_netrw = 1
--- vim.g.loaded_netrwPlugin = 1
-vim.g.mapleader = " "
-vim.g.maplocalleader = "\\"
-vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
-vim.opt.backup = false
-vim.opt.breakindent = true
-vim.opt.conceallevel = 1
-vim.opt.cursorline = true
-vim.opt.encoding = "utf-8"
-vim.opt.expandtab = true
-vim.opt.fileencoding = "utf-8"
-vim.opt.hlsearch = true
-vim.opt.ignorecase = true
-vim.opt.inccommand = "split"
-vim.opt.incsearch = true
-vim.opt.isfname:append("@-@")
-vim.opt.list = true
-vim.opt.listchars = { tab = " ", trail = " ", nbsp = " " }
-vim.opt.mouse = "a"
-vim.opt.number = true
-vim.opt.relativenumber = true
-vim.opt.scrolloff = 8
-vim.opt.shiftwidth = 2
-vim.opt.showmode = false
-vim.opt.signcolumn = "yes"
-vim.opt.smartcase = true
-vim.opt.smartindent = true
-vim.opt.softtabstop = 2
-vim.opt.spell = false
-vim.opt.splitbelow = true
-vim.opt.splitright = true
-vim.opt.swapfile = false
-vim.opt.tabstop = 2
-vim.opt.termguicolors = true
-vim.opt.timeoutlen = 300
-vim.opt.updatetime = 300
-vim.opt.undofile = true
-vim.opt.undodir = os.getenv("HOME") .. "/.local/share/history/vim_history"
-vim.opt.wrap = false