Compare commits
3 Commits
06d4f5dae5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
143bcdae7c | ||
|
|
f8d1ee590a | ||
|
|
c5e33bcea4 |
@@ -4,10 +4,10 @@ opacity = 1
|
|||||||
dynamic_padding = true
|
dynamic_padding = true
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal.family = "Iosevka"
|
normal.family = "CaskaydiaMono Nerd Font"
|
||||||
bold.family = "Iosevka"
|
bold.family = "CaskaydiaMono Nerd Font"
|
||||||
italic.family = "Iosevka"
|
italic.family = "CaskaydiaMono Nerd Font"
|
||||||
bold_italic.family = "Iosevka"
|
bold_italic.family = "CaskaydiaMono Nerd Font"
|
||||||
size = 14.0
|
size = 14.0
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[user]
|
[user]
|
||||||
name = seajee
|
name = seajee
|
||||||
email = teapods@proton.me
|
email =
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|||||||
@@ -12,6 +12,9 @@ opt.relativenumber = true
|
|||||||
-- Block cursor
|
-- Block cursor
|
||||||
opt.guicursor = ""
|
opt.guicursor = ""
|
||||||
|
|
||||||
|
-- Hightlight cursor line
|
||||||
|
opt.cursorline = true
|
||||||
|
|
||||||
-- File options
|
-- File options
|
||||||
opt.undofile = true
|
opt.undofile = true
|
||||||
opt.undodir = os.getenv("HOME") .. "/.vim/nvim_undodir"
|
opt.undodir = os.getenv("HOME") .. "/.vim/nvim_undodir"
|
||||||
@@ -141,7 +144,7 @@ opt.rtp:prepend(lazypath)
|
|||||||
-- Plugins
|
-- Plugins
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
{ "vague-theme/vague.nvim" },
|
{ "blazkowolf/gruber-darker.nvim" },
|
||||||
|
|
||||||
-- Background trasparency
|
-- Background trasparency
|
||||||
{ "xiyaowong/transparent.nvim" },
|
{ "xiyaowong/transparent.nvim" },
|
||||||
@@ -195,7 +198,7 @@ require("lazy").setup({
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
cmd.colorscheme("vague")
|
cmd.colorscheme("gruber-darker")
|
||||||
|
|
||||||
-- Plugin keymaps
|
-- Plugin keymaps
|
||||||
map("n", "<leader>f", ":Pick files<CR>")
|
map("n", "<leader>f", ":Pick files<CR>")
|
||||||
|
|||||||
Reference in New Issue
Block a user