Bohdan's terminal configuration

neovim: sorted out Treesitter parsers

bpavuk.neocities.org b130b90b 9cce41d1

verified
Changed files
+11 -1
nvim
.config
nvim
lua
plugins
+11 -1
nvim/.config/nvim/lua/plugins/init.lua
··· 42 42 "nvim-treesitter/nvim-treesitter", 43 43 opts = { 44 44 ensure_installed = { 45 + -- Neovim 45 46 "vim", 46 47 "lua", 47 48 "vimdoc", 49 + -- Web 48 50 "html", 49 51 "htmldjango", 50 52 "css", 53 + "javascript", 54 + "typescript", 55 + "svelte", 56 + -- :clown: 57 + "python", 58 + -- Proper development 51 59 "markdown", 52 60 "markdown_inline", 53 61 "c", 54 62 "cpp", 55 - "python", 56 63 "slint", 64 + "kotlin", 65 + "rust", 66 + -- eww 57 67 "yuck", 58 68 }, 59 69 },