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