Moving away from NvChad

This commit is contained in:
Price Hiller 2021-11-23 08:31:09 -06:00
parent 5efdfda9cd
commit 5759725ac5
5 changed files with 6 additions and 0 deletions

View File

View File

@ -46,6 +46,9 @@ hooks.add("install_plugins", function(use)
use {
"gennaro-tedesco/nvim-peekup"
}
use {
"airblade/vim-gitgutter"
}
end)
@ -72,3 +75,6 @@ hooks.add("setup_mappings", function(map)
map('n', '<space>f', '<cmd>lua vim.lsp.buf.formatting()<CR>', lsp_opts)
end)
-- IMPORT OTHER SETTINGS --
require("custom.configs.tokyonight")