switched to spaces to better use the alignment thing
This commit is contained in:
@@ -1,23 +1,22 @@
|
||||
-- vim:foldmethod=marker
|
||||
-- GENERAL SETTINGS {{{1
|
||||
|
||||
vim.opt.tabstop = 8
|
||||
vim.opt.shiftwidth = 0
|
||||
vim.opt.rnu = true
|
||||
vim.opt.nu = true
|
||||
vim.opt.wrap = false
|
||||
vim.opt.shiftround = true
|
||||
vim.opt.expandtab = false
|
||||
vim.opt.hlsearch = false
|
||||
vim.opt.incsearch = true
|
||||
vim.opt.scrolloff = 8
|
||||
|
||||
vim.o.exrc = true -- Enable local project configuration files
|
||||
vim.o.secure = true -- Disable potentially unsafe commands in .nvimrc
|
||||
|
||||
vim.cmd [[
|
||||
set clipboard=unnamedplus
|
||||
set cursorline
|
||||
set tabstop=4
|
||||
set shiftwidth=0
|
||||
set rnu
|
||||
set nu
|
||||
set nowrap
|
||||
set shiftround
|
||||
set expandtab
|
||||
set nohlsearch
|
||||
set incsearch
|
||||
set scrolloff=8
|
||||
|
||||
nnoremap ,co :copen<CR>
|
||||
nnoremap ,cc :cclose<CR>
|
||||
@@ -309,6 +308,7 @@ require'lazy'.setup{ --{{{1
|
||||
}
|
||||
|
||||
do -- split line {{{1
|
||||
-- TODO make this dependant on my tabbin settings
|
||||
local SPLIT_WHITESPACE = ' '
|
||||
local SPLIT_DELIMETERS = { -- single characters only
|
||||
[','] = true,
|
||||
|
||||
Reference in New Issue
Block a user