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
|
-- This part auto-installs Packer if it's not present
|
||||||
-- Largely inspired by https://github.com/wbthomason/packer.nvim#bootstrapping
|
-- Largely inspired by https://github.com/wbthomason/packer.nvim#bootstrapping
|
||||||
|
@ -122,7 +122,11 @@ require'lspconfig'.hls.setup{}
|
||||||
require'lspconfig'.rust_analyzer.setup{}
|
require'lspconfig'.rust_analyzer.setup{}
|
||||||
|
|
||||||
-- material
|
-- 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>]])
|
nmap("<leader>c", [[<Cmd>lua require('material.functions').toggle_style()<CR>]])
|
||||||
|
|
||||||
-- nvim-lua/completion-nvim
|
-- nvim-lua/completion-nvim
|
||||||
|
|
|
@ -89,10 +89,6 @@ _G.packer_plugins = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/jjr/.local/share/nvim/site/pack/packer/start/editorconfig-vim"
|
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"] = {
|
["material.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/jjr/.local/share/nvim/site/pack/packer/start/material.nvim"
|
path = "/home/jjr/.local/share/nvim/site/pack/packer/start/material.nvim"
|
||||||
|
|
Loading…
Reference in New Issue