[MINOR] Some small updates to dotfiles , getting ready for arch-config
This commit is contained in:
parent
11a280281c
commit
4eb3a06af1
11 changed files with 65 additions and 30 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue