Added ltex-extra
This commit is contained in:
parent
26a222c63d
commit
1f46ee863c
2 changed files with 52 additions and 2 deletions
3
init.lua
3
init.lua
|
|
@ -893,6 +893,7 @@ require('lazy').setup({
|
|||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = { 'latex' },
|
||||
-- Some languages depend on vim's regex highlighting system (such as Ruby) for indent rules.
|
||||
-- If you are experiencing weird indenting issues, add the language to
|
||||
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
|
||||
|
|
@ -929,7 +930,7 @@ require('lazy').setup({
|
|||
--
|
||||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
||||
-- { import = 'custom.plugins' },
|
||||
{ import = 'custom.plugins' },
|
||||
}, {
|
||||
ui = {
|
||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue