update
This commit is contained in:
@@ -3,9 +3,6 @@ vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
local vim = vim
|
||||
local Plug = vim.fn['plug#']
|
||||
|
||||
@@ -40,3 +37,9 @@ require("nvim-tree").setup({
|
||||
dotfiles = true,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
-- config for vimtex
|
||||
vim.cmd('filetype plugin indent on')
|
||||
vim.cmd('syntax enable')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user