diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-19 18:34:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-19 18:34:13 +0900 |
| commit | 307fceea38b7352a79b0bdb87025a34b76973867 (patch) | |
| tree | 382eb3e6a11973bc2c6ba33eee14d43ec2a9566b /ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua | |
| parent | b66f68b8c014a3041c936ee9de1b57db5bcb50fb (diff) | |
updates
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua | 47 |
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 |
