mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-08 23:45:41 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
4
autocmds.lua
Normal file
4
autocmds.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
vim.api.nvim_create_autocmd(
|
||||
{ "BufRead", "BufNewFile" },
|
||||
{ pattern = { "*.txt", "*.md", "*.tex" }, command = "setlocal spell" }
|
||||
)
|
||||
Reference in New Issue
Block a user