Backup before server rebuild
This commit is contained in:
parent
ad4b1b1de4
commit
fbcdcf6cfd
24 changed files with 515 additions and 404 deletions
home/features/neovim/config/lua/my
|
@ -2,8 +2,8 @@ local M = {}
|
|||
|
||||
local function createFold(name)
|
||||
local commentstring = vim.o.commentstring
|
||||
local start_comment = string.gsub(commentstring, "%%s", " {{{ " .. name)
|
||||
local end_comment = string.gsub(commentstring, "%%s", " }}}")
|
||||
local start_comment = string.gsub(commentstring, "%%s", "{{{ " .. name)
|
||||
local end_comment = string.gsub(commentstring, "%%s", "}}}")
|
||||
|
||||
-- Leave visual mode
|
||||
local esc = vim.api.nvim_replace_termcodes("<esc>", true, false, true)
|
||||
|
|
|
@ -15,6 +15,7 @@ function M.setup()
|
|||
unpack(require("nix").lazy),
|
||||
}, {
|
||||
defaults = { lazy = true },
|
||||
rocks = { enabled = false },
|
||||
install = {
|
||||
-- install missing plugins on startup. this doesn't increase startup time.
|
||||
missing = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue