diff options
| author | 2023-05-04 10:51:07 -0400 | |
|---|---|---|
| committer | 2023-05-04 10:51:07 -0400 | |
| commit | 74877c136c1601ab5468c4892716a0bff3f1121a (patch) | |
| tree | 56e3abe78a094b9fa070da9e8526a3105135a4b3 /dot_config/nvim/lua/plugins | |
| parent | add ~ level editorconfig (diff) | |
nvim: many changes
* add pre and post dot lua with dofile
* disable janet plugin (todo: remove once I confirm that the treesitter
impl is good enough)
* treesitter on janet
* custom janet ft detection
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/langs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/plugins/langs.lua b/dot_config/nvim/lua/plugins/langs.lua index fd08024..1d88996 100644 --- a/dot_config/nvim/lua/plugins/langs.lua +++ b/dot_config/nvim/lua/plugins/langs.lua @@ -29,6 +29,7 @@ return { { 'janet-lang/janet.vim', ft = 'janet', + enabled = false, }, { 'preservim/vim-markdown', |
