Compare commits
No commits in common. "b560911ad415092d18b0072ccf5e3ddf3afdccfa" and "438823541a4e640207e4acc8b076e0c2ee21a7ab" have entirely different histories.
b560911ad4
...
438823541a
1 changed files with 1 additions and 16 deletions
|
@ -56,21 +56,7 @@ require('lazy').setup({
|
|||
},
|
||||
{ -- lualine(statusline)
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons', lazy = true }
|
||||
},
|
||||
{
|
||||
'shellRaining/hlchunk.nvim',
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
require('hlchunk').setup {
|
||||
chunk = {
|
||||
enable = true,
|
||||
},
|
||||
line_num = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
end
|
||||
dependencies = { 'kyazdani42/nvim-web-devicons', lazy = true }
|
||||
},
|
||||
{
|
||||
'lervag/vimtex',
|
||||
|
@ -629,7 +615,6 @@ lspconfig.julials.setup {
|
|||
-- use below 2 lines to collect script to be included in sysimage
|
||||
-- '--trace-compile',
|
||||
-- vim.env.HOME .. "/.julia/environments/nvim-lspconfig/tracecompile.jl",
|
||||
"-t4",
|
||||
"-e",
|
||||
[[
|
||||
# Load LanguageServer.jl: attempt to load from ~/.julia/environments/nvim-lspconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue