Skip to content

Commit

Permalink
Set spell for *.tex, disable treesitter highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqvid committed Aug 8, 2023
1 parent 2d122d4 commit b318c61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions neovim/.config/nvim/ftplugin/tex.vim
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
set complete+=kspell
setlocal spell
2 changes: 1 addition & 1 deletion neovim/.config/nvim/lua/autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ autocmd("VimEnter", {
if func.filereadable(sessionfile) == 1 then
vim.ui.input(
{
prompt = "Detected session file. Restore it? (y/n): "
prompt = "Detected a session file. Restore it? (y/n): "
},

function(input)
Expand Down
1 change: 0 additions & 1 deletion neovim/.config/nvim/lua/plugins/nvim-treesitter/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ return {
"lua",
"ocaml"
},
highlight = { enable = true },
indent = { enable = true }
}
end
Expand Down

0 comments on commit b318c61

Please sign in to comment.