Compare commits
2 commits
438823541a
...
b560911ad4
Author | SHA1 | Date | |
---|---|---|---|
b560911ad4 | |||
64ce6479cb |
1 changed files with 16 additions and 1 deletions
|
@ -56,7 +56,21 @@ require('lazy').setup({
|
|||
},
|
||||
{ -- lualine(statusline)
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'kyazdani42/nvim-web-devicons', lazy = true }
|
||||
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
|
||||
},
|
||||
{
|
||||
'lervag/vimtex',
|
||||
|
@ -615,6 +629,7 @@ 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…
Reference in a new issue