[neovim] cursorline and theme
This commit is contained in:
@@ -12,6 +12,9 @@ opt.relativenumber = true
|
||||
-- Block cursor
|
||||
opt.guicursor = ""
|
||||
|
||||
-- Hightlight cursor line
|
||||
opt.cursorline = true
|
||||
|
||||
-- File options
|
||||
opt.undofile = true
|
||||
opt.undodir = os.getenv("HOME") .. "/.vim/nvim_undodir"
|
||||
@@ -141,7 +144,7 @@ opt.rtp:prepend(lazypath)
|
||||
-- Plugins
|
||||
require("lazy").setup({
|
||||
-- Colorscheme
|
||||
{ "vague-theme/vague.nvim" },
|
||||
{ "blazkowolf/gruber-darker.nvim" },
|
||||
|
||||
-- Background trasparency
|
||||
{ "xiyaowong/transparent.nvim" },
|
||||
@@ -195,7 +198,7 @@ require("lazy").setup({
|
||||
})
|
||||
|
||||
-- Colorscheme
|
||||
cmd.colorscheme("vague")
|
||||
cmd.colorscheme("gruber-darker")
|
||||
|
||||
-- Plugin keymaps
|
||||
map("n", "<leader>f", ":Pick files<CR>")
|
||||
|
||||
Reference in New Issue
Block a user