mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-08 16:11:16 +01:00
nvim: bootstrapping bugfixes
This commit is contained in:
@@ -16,6 +16,12 @@ local packer_bootstrap = ensure_packer()
|
|||||||
|
|
||||||
-- load plugins with packer
|
-- load plugins with packer
|
||||||
return require("packer").startup(function(use)
|
return require("packer").startup(function(use)
|
||||||
|
-- package manager
|
||||||
|
use 'wbthomason/packer.nvim'
|
||||||
|
if packer_bootstrap then
|
||||||
|
require('packer').sync()
|
||||||
|
end
|
||||||
|
|
||||||
-- automatic closing of brackets
|
-- automatic closing of brackets
|
||||||
use 'raimondi/delimitmate'
|
use 'raimondi/delimitmate'
|
||||||
|
|
||||||
@@ -52,11 +58,6 @@ return require("packer").startup(function(use)
|
|||||||
-- showing color of hex values, etc
|
-- showing color of hex values, etc
|
||||||
use 'norcalli/nvim-colorizer.lua'
|
use 'norcalli/nvim-colorizer.lua'
|
||||||
|
|
||||||
-- package manager
|
|
||||||
if packer_bootstrap then
|
|
||||||
require('packer').sync()
|
|
||||||
end
|
|
||||||
|
|
||||||
-- colorful brackets
|
-- colorful brackets
|
||||||
use 'luochen1990/rainbow'
|
use 'luochen1990/rainbow'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user