Cleanup new nvim config
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
-- Options are automatically loaded before lazy.nvim startup
|
-- Options are automatically loaded before lazy.nvim startup
|
||||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
|
|
||||||
|
-- LazyVim's default syncs clipboard only outside SSH:
|
||||||
|
-- vim.opt.clipboard = vim.env.SSH_CONNECTION and "" or "unnamedplus"
|
||||||
|
-- Disabled entirely because wl-clipboard triggers GNOME window spawning on every yank.
|
||||||
|
-- Use <leader>y/<leader>p for explicit clipboard access.
|
||||||
|
vim.opt.clipboard = ""
|
||||||
vim.opt.winborder = "rounded"
|
vim.opt.winborder = "rounded"
|
||||||
vim.opt.updatetime = 50
|
vim.opt.updatetime = 50
|
||||||
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
-- Extras are imported in lua/config/lazy.lua to satisfy LazyVim's required load order:
|
|
||||||
-- lazyvim.plugins → lazyvim.plugins.extras.* → user plugins
|
|
||||||
return {}
|
|
||||||
@@ -4,7 +4,7 @@ return {
|
|||||||
"laytan/cloak.nvim",
|
"laytan/cloak.nvim",
|
||||||
event = "BufReadPre",
|
event = "BufReadPre",
|
||||||
opts = {
|
opts = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
cloak_character = "*",
|
cloak_character = "*",
|
||||||
patterns = {
|
patterns = {
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
return {}
|
|
||||||
Reference in New Issue
Block a user