Fix font issue. Lsp for Markdown

This commit is contained in:
Jan Eitzinger 2023-07-06 07:10:22 +02:00
parent 3494bdd05f
commit b0fd015cb2
6 changed files with 10 additions and 25 deletions

View File

@ -7,11 +7,11 @@
#: characters.
# font_family Source Code Pro
font_family BrutalistMono Nerd Font
font_family BrutalistMono Nerd Font Regular
# font_family Fira Code Medium
# font_family Fira Code
# font_family Hack Regular
# bold_font auto
bold_font BrutalistMono Nerd Font Regular
# italic_font auto
# bold_italic_font auto
@ -26,7 +26,7 @@ font_family BrutalistMono Nerd Font
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 18.0
font_size 16.0
#: Font size (in pts)

View File

@ -15,6 +15,7 @@ require('mason-lspconfig').setup({
'clangd',
'gopls',
'ltex',
'marksman',
'svelte',
'tsserver',
'eslint',
@ -193,7 +194,10 @@ lsp.gopls.setup {
on_attach = on_attach
}
lsp.clangd.setup { on_attach = on_attach }
lsp.ltex.setup { on_attach = on_attach }
lsp.ltex.setup {
on_attach = on_attach,
filetypes = { "latex", "tex", "bib", "mkd", "gitcommit", "text" },
}
lsp.svelte.setup { on_attach = on_attach }
lsp.tsserver.setup { on_attach = on_attach }
lsp.lua_ls.setup {

View File

@ -73,24 +73,6 @@ treesitter.setup {
goto_previous_end = {
["[]"] = "@function.outer",
["[C"] = "@class.outer",
},
-- Below will go to either the start or the end, whichever is closer.
-- Use if you want more granular movements
-- Make it even more gradual by adding multiple queries and regex.
goto_next = {
["]d"] = "@conditional.outer",
},
goto_previous = {
["[d"] = "@conditional.outer",
}
},
swap = {
enable = true,
swap_next = {
["<leader>a"] = "@parameter.inner"
},
swap_previous = {
["<leader>A"] = "@parameter.inner"
}
}
},

View File

@ -233,7 +233,7 @@ o.wildignore =
'deps,.svn,CVS,.git,.hg,*.o,*.a,*.class,*.mo,*.la,*.so,*.obj,*.swp,*.jpg,*.png,*.xpm,*.gif,.DS_Store,*.aux,*.out,*.toc'
vim.cmd([[
au BufRead,BufNewFile *.md set ft=mkd tw=80 syntax=markdown
au BufRead,BufNewFile *.md set tw=80 syntax=markdown
]])
vim.api.nvim_create_user_command('ReloadConfig', 'source $MYVIMRC', {})

View File

@ -39,7 +39,7 @@ ProxyJump cshpc
Host monitoring
Hostname monitoring.nhr.fau.de
ForwardAgent no
User unrz254
User jan
ProxyJump cshpc
Host gondor

View File

@ -80,7 +80,6 @@ export PATH=/opt/homebrew/bin:$PATH
export PATH=/usr/local/opt/sqlite/bin:/usr/local/opt/ruby/bin:/usr/local/opt/mariadb@10.4/bin:$PATH
{{- end }}
{{- end }}
alias vim=nvim
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh