Skip to content

Commit

Permalink
Enable copilot for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Aug 27, 2023
1 parent 3c32282 commit f7dedc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/options.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vim.g.copilot_filetypes = {markdown = true} -- enable copilot for markdown files
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
vim.opt.autoread = true -- autoload file changes
Expand Down

0 comments on commit f7dedc1

Please sign in to comment.