Removed impatient plugin usage

master
Jef Roosens 2021-09-22 15:48:15 +02:00
parent cef1d397f8
commit 1a4daf1159
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
3 changed files with 7 additions and 6 deletions

1
.config/nvim/.gitignore vendored 100644
View File

@ -0,0 +1 @@
plugged/

View File

@ -1,4 +1,4 @@
require("impatient")
-- require("impatient")
-- This part auto-installs Packer if it's not present
-- Largely inspired by https://github.com/wbthomason/packer.nvim#bootstrapping
@ -122,7 +122,11 @@ require'lspconfig'.hls.setup{}
require'lspconfig'.rust_analyzer.setup{}
-- material
require('material').set()
-- require('material').set()
-- colorscheme matieral
-- vim.o.colors_name = "material"
vim.cmd("colorscheme material")
-- color material
nmap("<leader>c", [[<Cmd>lua require('material.functions').toggle_style()<CR>]])
-- nvim-lua/completion-nvim

View File

@ -89,10 +89,6 @@ _G.packer_plugins = {
loaded = true,
path = "/home/jjr/.local/share/nvim/site/pack/packer/start/editorconfig-vim"
},
["impatient.nvim"] = {
loaded = true,
path = "/home/jjr/.local/share/nvim/site/pack/packer/start/impatient.nvim"
},
["material.nvim"] = {
loaded = true,
path = "/home/jjr/.local/share/nvim/site/pack/packer/start/material.nvim"