Add ansible filetype so that LSP works correctly

This commit is contained in:
Ducky SSH User
2025-12-07 22:59:28 +00:00
parent 73bb97ed1d
commit 736a2699b9
3 changed files with 34 additions and 7 deletions

View File

@@ -2,4 +2,6 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
require 'custom.plugins.ansible',
}