chore: Some small updates to dotfiles , getting ready for arch-config

This commit is contained in:
2023-01-29 02:08:14 +00:00
parent ca9311c130
commit f49f85207e
10 changed files with 50 additions and 18 deletions

View File

@@ -8,14 +8,13 @@ if not present then
end
local options = {
ensure_installed = { "lua", "haskell", "rust", "markdown", "markdown_inline" },
ensure_installed = { "c", "lua", "haskell", "rust", "markdown", "markdown_inline" , "org"},
highlight = {
enable = true,
use_languagetree = true,
additional_vim_regex_highlighting = { "markdown" },
additional_vim_regex_highlighting = { "markdown" , "org"},
},
indent = {
enable = true,
},