feat: +hlargs back again
parent
7f87490ce0
commit
8033f1f90c
|
@ -143,11 +143,11 @@
|
|||
"systems": "systems_9"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1695195896,
|
||||
"narHash": "sha256-pq9q7YsGXnQzJFkR5284TmxrLNFc0wo4NQ/a5E93CQU=",
|
||||
"lastModified": 1695973661,
|
||||
"narHash": "sha256-BP2H4c42GThPIhERtTpV1yCtwQHYHEKdRu7pjrmQAwo=",
|
||||
"owner": "numtide",
|
||||
"repo": "devshell",
|
||||
"rev": "05d40d17bf3459606316e3e9ec683b784ff28f16",
|
||||
"rev": "cd4e2fda3150dd2f689caeac07b7f47df5197c31",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -115,7 +115,7 @@ WPlug('gruvbox-community/gruvbox') -- theme provider
|
|||
WPlug('nvim-lualine/lualine.nvim') -- fancy status line
|
||||
WPlug('lukas-reineke/indent-blankline.nvim') -- identation lines on blank lines
|
||||
WPlug('kyazdani42/nvim-web-devicons') -- icons for folder and filetypes
|
||||
-- WPlug('m-demare/hlargs.nvim') -- highlights arguments; great for func prog
|
||||
WPlug('m-demare/hlargs.nvim') -- highlights arguments; great for func prog
|
||||
WPlug('folke/todo-comments.nvim') -- Highlights TODO
|
||||
WPlug('NvChad/nvim-colorizer.lua') -- color highlighter with tailwind support
|
||||
WPlug('roobert/tailwindcss-colorizer-cmp.nvim') -- color for tailiwnd for compe
|
||||
|
@ -252,7 +252,7 @@ vim.keymap.set('n', '<leader>gg', '<cmd>GuessIndent<cr>')
|
|||
vim.cmd([[
|
||||
colorscheme gruvbox
|
||||
]])
|
||||
-- require('hlargs').setup()
|
||||
require('hlargs').setup()
|
||||
require('nvim-web-devicons').setup()
|
||||
require('trouble').setup {
|
||||
position = "bottom", -- position of the list can be: bottom, top, left, right
|
||||
|
|
Loading…
Reference in New Issue