asfd
This commit is contained in:
parent
9d4c0a0666
commit
17ee7925e0
|
@ -18,5 +18,5 @@ require("clint") -- loads lua/clint/init.lua
|
|||
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
|
||||
|
||||
vim.opt.termguicolors = true
|
||||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
vim.cmd.colorscheme 'ayu'
|
||||
|
||||
|
|
|
@ -155,7 +155,14 @@ return {
|
|||
{ 'nvim-tree/nvim-web-devicons' },
|
||||
|
||||
-- Indent lines
|
||||
{ "lukas-reineke/indent-blankline.nvim" },
|
||||
{ "lukas-reineke/indent-blankline.nvim",
|
||||
config =
|
||||
{
|
||||
char = "",
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
}
|
||||
},
|
||||
|
||||
-- Cursor line
|
||||
{ 'yamatsum/nvim-cursorline',
|
||||
|
|
Loading…
Reference in New Issue