Update settings for better markdown note taking

feature/lua-configs
Alex Selimov 6 months ago
parent d42be23c49
commit 1580a202c1

@ -1,8 +1,11 @@
set spell spellfile="~/.config/nvim/spell/wordlist" set spell spellfile="~/.config/nvim/spell/wordlist"
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh', 'fortran'] let g:markdown_fenced_languages = ['html', 'python', 'bash=sh', 'fortran']
"set conceallevel=2 set conceallevel=2
"let g:vim_markdown_math = 1 let g:vim_markdown_math = 1
"let g:tex_conceal = "abdmg" let g:tex_conceal = "abdmg"
let g:tex_superscripts= "[0-9a-zA-W.,:;+-<>/()=]"
let g:tex_subscripts= "[0-9aehijklmnoprstuvx,+-/().]"
let g:tex_conceal_frac=1
hi clear Conceal hi clear Conceal
map <C-b> : w % <Bar> AsyncRun md2pdf "%" <CR> map <C-b> : w % <Bar> AsyncRun md2pdf "%" <CR>
map <A-p> : w % <Bar> AsyncRun md2beamer "%" <CR> map <A-p> : w % <Bar> AsyncRun md2beamer "%" <CR>

@ -258,15 +258,15 @@ require("lazy").setup({
repl_open_cmd = "horizontal bot 20 split" repl_open_cmd = "horizontal bot 20 split"
end, end,
}, },
"vigoux/ltex-ls.nvim", "ixru/nvim-markdown",
"tpope/vim-markdown", "KeitaNakamura/tex-conceal.vim",
"christoomey/vim-tmux-navigator", "christoomey/vim-tmux-navigator",
-- NOTE: Plugins can specify dependencies. ---- NOTE: Plugins can specify dependencies.
-- ----
-- The dependencies are proper plugin specifications as well - anything ---- The dependencies are proper plugin specifications as well - anything
-- you do for a plugin at the top level, you can do for a dependency. ---- you do for a plugin at the top level, you can do for a dependency.
-- ----
-- Use the `dependencies` key to specify the dependencies of a particular plugin ---- Use the `dependencies` key to specify the dependencies of a particular plugin
{ -- Fuzzy Finder (files, lsp, etc) { -- Fuzzy Finder (files, lsp, etc)
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",

Loading…
Cancel
Save