Added latex stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
github-user = "kyren223"
|
||||
|
||||
[workspace]
|
||||
paths = ["$HOME/projects", "$HOME/personal", "$HOME/"]
|
||||
paths = ["$HOME/projects", "$HOME/personal", "$HOME/Documents", "$HOME/"]
|
||||
|
||||
11
.config/nvim/after/ftplugin/latex.lua
Normal file
11
.config/nvim/after/ftplugin/latex.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
Event = 'VeryLazy'
|
||||
|
||||
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
|
||||
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
|
||||
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab
|
||||
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.breakindent = true
|
||||
vim.opt_local.linebreak = true
|
||||
vim.keymap.set('n', 'j', 'gj')
|
||||
vim.keymap.set('n', 'k', 'gk')
|
||||
@@ -55,6 +55,7 @@
|
||||
"vim-table-mode": { "branch": "master", "commit": "e4365bde024f73e205eefa2fb78e3029ddb92ea9" },
|
||||
"vim-tmux-navigator": { "branch": "master", "commit": "c45243dc1f32ac6bcf6068e5300f3b2b237e576a" },
|
||||
"vim-wakatime": { "branch": "master", "commit": "3403495670f0ee08887401a28f8430dc4ac67429" },
|
||||
"vimtex": { "branch": "master", "commit": "6fabe8b7b5e83f753eb930036b1d941b2f7d3d4d" },
|
||||
"vscode-codicons": { "branch": "main", "commit": "deaeb5ac5e0a066da399919928b77ce5ee40db34" },
|
||||
"workspace-diagnostics.nvim": { "branch": "main", "commit": "60f9175b2501ae3f8b1aba9719c0df8827610c8e" }
|
||||
}
|
||||
|
||||
7
.config/nvim/lua/plugins/vimtex.lua
Normal file
7
.config/nvim/lua/plugins/vimtex.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'lervag/vimtex',
|
||||
lazy = false, -- we don't want to lazy load VimTeX
|
||||
init = function()
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
end,
|
||||
}
|
||||
@@ -67,6 +67,12 @@
|
||||
krita
|
||||
rnote
|
||||
lorien
|
||||
texliveFull
|
||||
zathura
|
||||
poppler
|
||||
(texlive.combine {
|
||||
inherit (texlive) scheme-basic titlesec enumitem hyperref;
|
||||
})
|
||||
|
||||
# Communication
|
||||
wasistlos # Whatsapp
|
||||
|
||||
Reference in New Issue
Block a user