diff options
| author | 2023-06-07 19:46:15 +0200 | |
|---|---|---|
| committer | 2023-06-07 19:46:15 +0200 | |
| commit | 39d58995d8de79d34815d3b9e69fbd54254e60d6 (patch) | |
| tree | 5573b41c39826aee2c0e9d0e98a680602442e432 /dot_config/nvim/post.lua | |
| parent | nvim: re-enable janet.vim (diff) | |
update lsps
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/post.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/nvim/post.lua b/dot_config/nvim/post.lua index a0eea7e..27ce67e 100644 --- a/dot_config/nvim/post.lua +++ b/dot_config/nvim/post.lua @@ -1,3 +1,3 @@ -- custom filetypes vim.filetype.add {extension = { janet = 'janet' }} - +vim.filetype.add {extension = { cls = 'latex' }} |
