Merge pull request 'gh-main' (#1) from gh-main into main
Reviewed-on: #1
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
require "nvchad.options"
|
require "nvchad.options"
|
||||||
|
|
||||||
-- add yours here!
|
vim.o.cursorlineopt ='both' -- to enable cursorline!
|
||||||
|
vim.o.scrolloff = 10
|
||||||
local o = vim.o
|
vim.opt.relativenumber = true
|
||||||
local opt = vim.opt
|
vim.g.wiki_root = "~/wiki"
|
||||||
-- o.cursorlineopt ='both' -- to enable cursorline!
|
|
||||||
|
|
||||||
o.scrolloff = 10
|
|
||||||
opt.relativenumber = true
|
|
||||||
|
|
||||||
local highlight_group = vim.api.nvim_create_augroup("yankhighlight", { clear = true })
|
local highlight_group = vim.api.nvim_create_augroup("yankhighlight", { clear = true })
|
||||||
vim.api.nvim_create_autocmd("textyankpost", {
|
vim.api.nvim_create_autocmd("textyankpost", {
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ return {
|
|||||||
lazy = true,
|
lazy = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"lervag/wiki.vim",
|
||||||
|
lazy = false,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"jay-babu/mason-nvim-dap.nvim",
|
"jay-babu/mason-nvim-dap.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user