Update .config/nvim/init.lua
This commit is contained in:
parent
459de03b0d
commit
8c9ee18c99
1 changed files with 1 additions and 5 deletions
|
@ -1,12 +1,8 @@
|
|||
return require('packer').startup(function()
|
||||
use 'folke/tokyonight.nvim'
|
||||
|
||||
use 'williamboman/mason.nvim'
|
||||
use 'williamboman/mason-lspconfig.nvim'
|
||||
end)
|
||||
|
||||
--[[vim.cmd([[
|
||||
colorscheme tokyonight-night
|
||||
]])
|
||||
--]]
|
||||
--vim.cmd[[colorscheme tokyonight-night]]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue