Removed impatient plugin usage
parent
cef1d397f8
commit
1a4daf1159
|
@ -0,0 +1 @@
|
|||
plugged/
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue