diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-24 15:26:51 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-24 15:26:51 +0100 |
| commit | af7c85ef9daaf702a179a9b3d66d03eff71db7a6 (patch) | |
| tree | 7ebc99384cb68c86fc7a3f33034aab57b7f534e2 /ftplugin | |
| parent | 02a1c77cad04e16005b8ab2ce18617b0ffa278b7 (diff) | |
| download | neovim-config-af7c85ef9daaf702a179a9b3d66d03eff71db7a6.tar.gz neovim-config-af7c85ef9daaf702a179a9b3d66d03eff71db7a6.tar.bz2 neovim-config-af7c85ef9daaf702a179a9b3d66d03eff71db7a6.zip | |
lazyload config
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/tex.lua | 1 | ||||
| -rw-r--r-- | ftplugin/tex/vimtex.lua | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ftplugin/tex.lua b/ftplugin/tex.lua new file mode 100644 index 0000000..11cbd45 --- /dev/null +++ b/ftplugin/tex.lua @@ -0,0 +1 @@ +vim.opt.conceallevel = 1
\ No newline at end of file diff --git a/ftplugin/tex/vimtex.lua b/ftplugin/tex/vimtex.lua deleted file mode 100644 index dfabf6d..0000000 --- a/ftplugin/tex/vimtex.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.g.vimtex_quickfix_open_on_warning = 0 -vim.opt.conceallevel = 1 -vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>', {} ) |
