Initial Commit
This commit is contained in:
commit
bcb5556f7c
10 changed files with 166 additions and 0 deletions
9
lua/config/opts.lua
Normal file
9
lua/config/opts.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
vim.opt.termguicolors = true
|
||||
vim.cmd("colorscheme tokyonight")
|
||||
|
||||
vim.diagnostic.config({
|
||||
virtual_text = true,
|
||||
virtual_lines = {
|
||||
current_line = true,
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue