Godo
This commit is contained in:
@@ -12,9 +12,6 @@ opt.relativenumber = true
|
|||||||
-- Status line
|
-- Status line
|
||||||
opt.statusline = "[%n] %<%f %h%w%m%r%=%-14.(%l,%c%V%) %P"
|
opt.statusline = "[%n] %<%f %h%w%m%r%=%-14.(%l,%c%V%) %P"
|
||||||
|
|
||||||
-- Command line
|
|
||||||
opt.cmdheight = 0
|
|
||||||
|
|
||||||
-- Block cursor
|
-- Block cursor
|
||||||
opt.guicursor = ""
|
opt.guicursor = ""
|
||||||
|
|
||||||
@@ -148,9 +145,6 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
|||||||
|
|
||||||
-- Install plugins
|
-- Install plugins
|
||||||
vim.pack.add({
|
vim.pack.add({
|
||||||
-- Colorscheme
|
|
||||||
{ src = "https://github.com/bluz71/vim-moonfly-colors", name = "moonfly" },
|
|
||||||
|
|
||||||
-- Background trasparency
|
-- Background trasparency
|
||||||
"https://github.com/xiyaowong/transparent.nvim",
|
"https://github.com/xiyaowong/transparent.nvim",
|
||||||
|
|
||||||
@@ -189,7 +183,7 @@ vim.cmd.packadd("nvim.difftool")
|
|||||||
|
|
||||||
-- [[ PLUGINS CONFIGURATIONS ]] --
|
-- [[ PLUGINS CONFIGURATIONS ]] --
|
||||||
|
|
||||||
cmd.colorscheme("moonfly")
|
cmd.colorscheme("retrobox")
|
||||||
|
|
||||||
require("mini.pick").setup()
|
require("mini.pick").setup()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user