lol
This commit is contained in:
@@ -54,7 +54,7 @@ update_ms = 400
|
||||
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||
proc_sorting = "memory"
|
||||
proc_sorting = "cpu direct"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
|
||||
@@ -186,9 +186,11 @@ return {
|
||||
},
|
||||
{
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
main = 'ibl',
|
||||
opts = {
|
||||
char = '│',
|
||||
filetype_exclude = { 'help', 'alpha', 'dashboard', 'neo-tree', 'Trouble', 'lazy' },
|
||||
debounce = 100,
|
||||
indent = { char = '│' },
|
||||
whitespace = { highlight = { "Whitespace", "NonText" } },
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -257,12 +259,19 @@ return {
|
||||
hint_prefix = '🚀'
|
||||
},
|
||||
},
|
||||
{
|
||||
'rcarriga/nvim-dap-ui',
|
||||
dependencies = {
|
||||
'mfussenegger/nvim-dap',
|
||||
},
|
||||
lazy = false
|
||||
},
|
||||
{
|
||||
"lervag/vimtex",
|
||||
lazy = false,
|
||||
keys = {
|
||||
{ '<leader>ll', '<cmd>VimtexCompileSS<cr>', desc = "Compile LaTeX" },
|
||||
{ '<leader>lc', '<cmd>VimtexCompile<cr>', desc = "Compile LaTeX Continuously" },
|
||||
{ '<leader>lc', '<cmd>VimtexCompile<cr>', desc = "Compile LaTeX Continuously" },
|
||||
},
|
||||
config = function()
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
|
||||
Reference in New Issue
Block a user