Dotfiles V.1.1.5
Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
This commit is contained in:
@@ -16,14 +16,6 @@ opt.wrap = false
|
||||
opt.ignorecase = true
|
||||
opt.smartcase = true
|
||||
|
||||
-- folding
|
||||
opt.foldmethod = "indent"
|
||||
opt.foldlevelstart = 0
|
||||
opt.foldlevel = 0
|
||||
|
||||
-- Disable folding in Telescope's result window.
|
||||
vim.api.nvim_create_autocmd("FileType", { pattern = "TelescopeResults", command = [[setlocal nofoldenable]] })
|
||||
|
||||
-- undo
|
||||
opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||
opt.undofile = true
|
||||
@@ -32,9 +24,6 @@ opt.undofile = true
|
||||
opt.hlsearch = false
|
||||
opt.incsearch = true
|
||||
|
||||
-- cursor always stays in the middle
|
||||
opt.scrolloff = 999
|
||||
|
||||
-- colorscheme
|
||||
opt.termguicolors = true
|
||||
opt.background = "dark"
|
||||
@@ -52,6 +41,9 @@ opt.splitbelow = true
|
||||
|
||||
opt.iskeyword:append("-")
|
||||
|
||||
-- concealer
|
||||
opt.conceallevel = 2
|
||||
|
||||
vim.cmd([[autocmd BufEnter *.pdf execute "!zathura '%'" | bdelete %]])
|
||||
vim.cmd([[autocmd BufEnter *.jpg execute "!open '%'" | bdelete %]])
|
||||
vim.cmd([[autocmd BufEnter *.png execute "!open '%'" | bdelete %]])
|
||||
|
||||
Reference in New Issue
Block a user