Browse Source

Merge branch 'master' of git.juliobiason.me:jbiason/dotfiles

master
Julio Biason 2 years ago
parent
commit
36327fb440
  1. 6
      nvim/init.lua
  2. 1
      nvim/pack/packer/start/packer.nvim

6
nvim/init.lua

@ -18,9 +18,9 @@ vim.g.mapleader = ' ' -- space is the leader character
-- commands that don't exist in lua yet
vim.g.tokyonight_enable_italic = 1
-- vim.g.tokyonight_transparent_background = 1
vim.cmd [[
color tokyonight
]]
-- vim.cmd [[
-- color tokyonight
-- ]]
-- Keybind: use '-' to open the file explorer
vim.api.nvim_set_keymap('n', '-', ':Ex<CR>', { noremap=true, silent=true })

1
nvim/pack/packer/start/packer.nvim

@ -1 +0,0 @@
Subproject commit 4dedd3b08f8c6e3f84afbce0c23b66320cd2a8f2
Loading…
Cancel
Save